InterviewSolution
Saved Bookmarks
| 1. |
Do We Use The Same Code Base For Android And Ios? |
|
Answer» Yes, we use the same CODE BASE for ANDROID and IOS and React take cares of the native components translations. For example: A React Native ScrollView uses native UiScrollView on IOS and ScrollView on Android. Yes, we use the same code base for Android and IOS and React take cares of the native components translations. For example: A React Native ScrollView uses native UiScrollView on IOS and ScrollView on Android. |
|