-
-
Save MOHAMED-EHAB-DEV/0859acab291d7f2a9c55eb8468a60cc3 to your computer and use it in GitHub Desktop.
React Native - NFT Marketplace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/react-native-nft-marketplace/tree/main/assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/react-native-nft-marketplace/tree/main/constants |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pronef", | |
"version": "1.0.0", | |
"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" | |
}, | |
"dependencies": { | |
"@react-navigation/native": "^6.0.8", | |
"@react-navigation/stack": "^6.1.1", | |
"expo": "~44.0.0", | |
"expo-font": "^10.0.5", | |
"expo-updates": "~0.11.6", | |
"react": "17.0.1", | |
"react-dom": "17.0.1", | |
"react-native": "0.64.3", | |
"react-native-gesture-handler": "~2.1.0", | |
"react-native-safe-area-context": "3.3.2", | |
"react-native-web": "0.17.1" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.12.9" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment