Use react-native-test-app for example
Describe the Feature
use microsoft/react-native-test-app for example app
Possible Implementations
example implementation can be found in https://github.com/react-native-menu/menu
Related Issues
Hi I would like to work on this can you assign this to me. Thank you
@GeorgeET15 sure!
Hi sir, can you please explain the issue. Thank you
@GeorgeET15
I'd like to simplify the example project in this repository by using microsoft/react-native-test-app
I'm thinking the steps will be something like this:
- Copy the content of
example/App.jssomewhere - delete the
exampledirectory - add
react-native-test-appin the devDependency of this projectyarn add -d react-native-test-app - initialize the test app by running
yarn init-test-appand create a newexampleproject - replace the content in
App.jsgenerated with content copied in step 1 - follow the platform specific instructions in the react-antive-test-app doc https://github.com/microsoft/react-native-test-app/wiki/Quick-Start#platform-specific-instructions
- run
yarnin example folder and test that iOS/Android is working fine (check windows and macos too if possible)
OK 👍🏻
There is no file named App.js in the example directory
@GeorgeET15 sorry about that, the original file in example directory is App.tsx