3 Ways to Separate iOS vs Android in React Native

Working with react-native, we know that some components will have to be differentiated between iOS and Android. Some of the most common thing that we would need to differentiate are: Navigation component, e.g. drawer in Android and tab bar in iOS. Buttons, e.g. TouchableNativeFeedback  in Android and TouchableOpacity in iOS. Size of the navigation bar, 56 in Android and 64 in […]

Continue reading >
Page 2 of 2