Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

React Native later Android and IOS file creation

$
0
0

I am writing applications with React Native. I am using it with typescript. I want to create an Android and IOS file. What can I do?

I tried the "react-native eject" command does not work.

React Native Version: react-native@0.62.2React-Dom Version: react-dom@16.11.0Expo Version: expo@38.0.9React Version: react@16.11.0

Folders

http://prnt.sc/vvk209

app.json

{"expo": {"name": "MyShop","slug": "MyShop","version": "1.0.0","orientation": "portrait","icon": "./assets/favicon.png","splash": {"image": "./assets/splash.png","resizeMode": "contain","backgroundColor": "#ffffff"    },"updates": {"fallbackToCacheTimeout": 0    },"assetBundlePatterns": ["**/*"    ],"ios": {"supportsTablet": true    },"web": {"favicon": "./assets/favicon.png"    }  }}

package.json

{"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","lint": "eslint --ext .ts,.tsx . --max-warnings 0","tsc": "tsc","ci": "yarn lint && yarn tsc"  },"dependencies": {"@expo/vector-icons": "^10.2.1","@react-native-community/hooks": "^2.6.0","@react-native-community/masked-view": "0.1.10","@react-navigation/drawer": "^5.9.3","@react-navigation/native": "^5.7.3","@react-navigation/stack": "^5.9.0","@shopify/restyle": "^1.2.0","expo": "~38.0.8","expo-asset": "~8.1.7","expo-constants": "~9.1.1","expo-font": "~8.2.1","expo-status-bar": "^1.0.0","formik": "^2.2.0","react": "~16.11.0","react-dom": "~16.11.0","react-native": "0.62.2","react-native-gesture-handler": "~1.6.0","react-native-keyboard-aware-scroll-view": "^0.9.3","react-native-reanimated": "~1.9.0","react-native-redash": "^14.6.0","react-native-safe-area-context": "~3.0.7","react-native-screens": "~2.9.0","react-native-svg": "12.1.0","react-native-web": "~0.11.7","yup": "^0.29.3"  },"devDependencies": {"@babel/core": "^7.8.6","@types/react": "~16.9.41","@types/react-native": "~0.62.13","@types/yup": "^0.29.8","typescript": "^4.0.0-beta"  },"private": true}

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>