mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
BREAKING CHANGE: You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
596 B
596 B
Development
For now this uses a modified cli to work around issues with symlinked packages.
This is how to start the example app so you can test code with it.
# In the repo root folder.
# Install dependencies.
yarn
# Link module.
yarn link
# Move to example folder.
cd ReactNativeFastImageExample
# Install dependencies.
yarn
# Link module.
yarn link react-native-fast-image
# Start packager.
yarn start
# Start the iOS app.
yarn react-native run-ios
# Start the android app.
yarn react-native run-android
# You will need to re-run those commands to re-compile native code.