Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used with Expo? #28

Open
deep0410 opened this issue Sep 23, 2020 · 3 comments
Open

Can this be used with Expo? #28

deep0410 opened this issue Sep 23, 2020 · 3 comments

Comments

@deep0410
Copy link

I currently have an application build with Expo.
I wanted to look into integrating MDM.

It seems like to install and set up the package, I need to make a change to AndroidManifest.xml. Which I don't have access to since I am using Expo.

Is ejecting from Expo the only way to installing this package?

@antoniogoulao
Copy link
Contributor

Hey @deep0410 I faced the same situation and opened this feature request: https://expo.canny.io/feature-requests/p/appconfig-functionality-included-in-expo

So far, the only way is to eject Expo since you have a dependency on the Native Code

@zetaron
Copy link

zetaron commented Jun 7, 2023

@deep0410 @antoniogoulao expo now supports using native modules, as long as they provide some expo specific configuration.

I found this PR on StackOverflow which makes it seem pretty simple.

@gvanderclay
Copy link

gvanderclay commented Mar 8, 2024

Hello! I just made a PR to expo/config-plugins with a config plugin that should allow you to use this library in Expo!

expo/config-plugins#228

I made the PR there since there are other libraries that utilize MDM features (namely react-native-emm, and developers may want to implement there own custom solution.

Hopefully this can get merged and allow y'all to use this config plugin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants