Skip to content

Nkzn/react-native-multi-target-sample

Repository files navigation

react-native-multi-target-sample

React Native & Web Development sample.

  • TypeScript
  • React Native for Web
  • Image & Sound Resources
  • Platform Specific Entry Point
  • Shared Directory

Demo

Web

https://rn-multi-target-sample.firebaseapp.com/

Storybook (Web)

https://rn-multi-target-sample.firebaseapp.com/storybook/

Expo

Expo QR Code

https://expo.io/@nkzn/react-native-multi-target-sample

Getting Started

$ yarn

Getting Started on Web

$ yarn start:web

then, webpack-dev-server is started.

Getting Started on Native

# terminal 1
$ yarn start:tsc
# terminal 2
$ yarn start

then, expo bundler is started.

Thanks