Skip to content

joaogn/React-Native-on-Web-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevRadar

This application using React Native on the web, basically is a radar to found devs near to you basically you can sign in with your GitHub username, and the application will get your location and you can add devs using the GitHub username and it put in a random location on the map, and you can see a list of cards with the developers. To see the technical results from this research you can see this article.

Usage

Install

yarn start

Run on Web

yarn web

Run on Android

yarn start

yarn android

Run on Ios

cd ios
pod install
cd ..
yarn start
yarn ios

Run Tests

yarn test

Generate Documentation

yarn docz:dev