Free and open source code react native for build and develope your single page application website and blog , android application , ios application all in one 🚀 blast fast with react native feat Expo !!.
Astronot mobile app project is present by axcora technology
Get Started Now
For first you need to download node and install expo to your device then you can run this command
git clone https://github.com/mesinkasir/astronot-react-native.git
cd astronot-react-native
npm install
npm start
press w for open on web browser
visit localhost:19006
press a for open on android emulator
press i for open on ios emulator
Build for production and push to cloud hosting
expo build:web
then upload or push web-build folder to your hosting.
build android application bundle, for first you need to configure app.json file.
{
"expo": {
"name": "Astronot Mobile App",
"icon": "./path/to/your/app-icon.png",
"version": "1.0.0",
"slug": "your-app-slug",
"ios": {
"bundleIdentifier": "com.axcora.yourappname",
"buildNumber": "1.0.0"
},
"android": {
"package": "com.axcora.yourappname",
"versionCode": 1
}
}
}
save configuration app.json file then you can run.
for build android apk only
expo build:android -t apk
for build android complete bundle to upload google play store
expo build:android -t app-bundle
using keystore for upload on google play store
expo fetch:android:keystore
You just need login to your Apple ID and password with run
for ios app command
expo build:ios
for archive build
expo build:ios -t archive
for simulator build
expo build:ios -t simulator
You just need create account on expo.dev then run
first step
npm install -g eas-cli
login on expo account
eas login
for build android app
eas build --platform android
for build ios app
eas build --platform ios
for build all app
eas build --platform all
Oke congratulations now you have successfully to create and develope all in one modern website and android app or ios app using astronot mobile.
Test demo how astronot mobile built for modern website.
Test Web Demo :
copyrights astronot css