create-xhub-app
v1.0.3
Published
xhub starter template
Readme
🚀 Quick start
npx create-xhub-app@latest AppName
Rename ios and android project uisng (bundleId is optional) :
cd AppName && npx react-native-rename@latest AppName -b "bundle_identifier"install pods dependancies:
cd ios && pod installStart the application:
- IOS:
yarn run ios- Android :
yarn run android