You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running init-test-app crashes due to behavior in npm. i'm no expert on the matter so take this solution with grain of salt. adding a .npmignore file will preserve the .gitignore file in the example folder. steps to reproduce are simple enough. i'm using node 18.9.1 with npm v8.19.1. run npm install react-native-test-app and you will see that under node_modules/react-native-test-app/example there is a .npmignore file but not the .gitignore file as expected. if you download the tarball from npm you will see the .gitignore as expected. simplest solution is to just add an empty .npmignore file to the example folder to prevent this behavior 🤷♂️