Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 305 Bytes

flutter-docs-code-samples

This repo contains all the code samples used in https://flutter.io/flutter-for-react-native/.

To run RN code snippets -

cd /path/to/folder
npm install
react-native run-ios

To run Flutter code snippets -

cd /path/to/folder
flutter packages get
flutter run