Skip to content

eugenehp/react-native-relay-photo-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-relay-photo-upload

An example of how to upload image using Relay(GraphQL) endpoint from React Native.

Installation

Backend

cd backend
npm install
npm run build
npm start

Frontend

cd frontend
npm install
react-native run-ios

Troubleshooting

cd frontend
watchman watch-del-all
rm -rf node_modules && npm install
npm start -- --reset-cache
react-native run-ios

License

MIT

Author

2016 Eugene Hauptmann