Skip to content

Instantly share code, notes, and snippets.

@adrianhajdin
Created April 1, 2022 12:00
Show Gist options
  • Save adrianhajdin/fc98f5f3651ea4a14cbbf2413cf56aa7 to your computer and use it in GitHub Desktop.
Save adrianhajdin/fc98f5f3651ea4a14cbbf2413cf56aa7 to your computer and use it in GitHub Desktop.
React Native - NFT Marketplace
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/react-native-nft-marketplace/tree/main/assets
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/react-native-nft-marketplace/tree/main/constants
{
"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
}
@emekaorjiani
Copy link

Amazing, thank you!

@igudy
Copy link

igudy commented Jan 10, 2024

Thank you sir. I really really really appreciate. God bless you!

@JYOTIPM1999
Copy link

how to download and extract it, because when I download the zip it only has 4 files that also not relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment