codebank-starter
v1.0.1
Published
<h1 align="center"> <a href=""> Code Bank Starter </a> </h1>
Downloads
2
Readme
🎉 Building Your First Shared Workspace with React and React Native app
Shared Workspace React Native Android, IOS & React Web Starter
Follow Simple Steps
git clone https://github.com/kant146/codebank-starter.git
yarn install --frozen-lockfile
cd packages/web
yarn start
cd packages/native
yarn run android / npx expo start
Follow Kant
📋 Requirements
Node.js
React Native apps may target iOS 13.4 and Android 6.0 (API 23) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like Expo can be used to work around this.
Android Studio
Diagram
graph LR
A[Shared UI] --> B((React Web App))
A --> C(React Native App)
B --> D{npm i codebank-starter}
C --> D