packages/install-expo-modules/README.md
Just to run install-expo-modules command in your project:
npx install-expo-modules
After that, you can add other expo-modules you need, e.g. expo-device:
expo install expo-device
# the expo command is from expo-cli. if you don't have this, run `npm -g install expo-cli` to install.
install-expo-modules do for your projectexpo package for necessary core and react-native autolinking.git, you can use git diff to review whatever install-expo-modules do for you.pod install at last to update linked modules for iOS.To contribute a change and test it with a RNC CLI app, follow these steps:
yarn watch to start building the project in watch mode.node path_to_expo/packages/install-expo-modules/build/index.js . in your RNC CLI project.Don't forget to write unit tests for your changes.