Skip to content

Latest commit

 

History

History

example

react95-native example

Installation

Navigate to the root folder of the react95-native project and run:

yarn bootstrap

Then you can run the application on any platform you want

# iOS
yarn ios

# Android
yarn android

# web
yarn web