install-expo-modules 0.14.18 → 0.14.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,8 +33,8 @@ expo install expo-device
33
33
 
34
34
  To contribute a change and test it with a RNC CLI app, follow these steps:
35
35
 
36
- 1. `yarn watch` to start building the project in watch mode.
36
+ 1. `pnpm watch` to start building the project in watch mode.
37
37
  2. make your changes.
38
- 3. run `node path_to_expo/packages/install-expo-modules/build/index.js .` in your RNC CLI project.
38
+ 3. run `node path_to_expo/packages/install-expo-modules/bin/install-expo-modules.js .` in your RNC CLI project.
39
39
 
40
40
  Don't forget to write unit tests for your changes.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+
3
+ require('../build/index.js');