jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Add iPad support #5

Open jadnco opened 8 years ago

jadnco commented 8 years ago

In Xcode going to General > Deployment and setting Deployment Target: Universal is the starting point.

All of the full width images should resize into a grid layout. Views like profile, search, spot etc. should pop up in a modal overlay.

jadnco commented 8 years ago

This article gives a fairly good rundown of creating universal apps with React Native: http://blog.typework.com/react-native-universal/

There is an example app listed on GitHub that would be good to go through and get an idea of how everything works.