Skip to content

Instantly share code, notes, and snippets.

View arohi146's full-sized avatar
😊

POOJA_GK arohi146

😊
View GitHub Profile
{
"expo": {
"name": "blogapp",
"slug": "blogapp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},