mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-14 18:09:30 +08:00
Inspired by: https://github.com/callstack/react-native-paper/tree/master/example and https://blog.callstack.io/adding-an-example-app-to-your-react-native-library-d23b9741a19c cc: @satya164 😻, thanks!
8 lines
287 B
Markdown
8 lines
287 B
Markdown
## Run the example
|
|
|
|
+ Clone the repository
|
|
+ Run `yarn` to install the dependencies of library
|
|
+ `cd` to this directory
|
|
+ Run `yarn` to install the dependencies of example
|
|
+ Run `yarn start` to start the packager with custom config
|
|
+ `react-native run-ios` or `react-native run-android` |