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