0

I have a working React-Native iOS app that I am now testing on Android. So far, everything that needs modification for Android can be done by using Platform.OS to differentiate. However I have one vexing problem. For a particular feature, iOS requires one version of a package, and Android requires another. If I try to install both packages, the app does not build. It seems that I am going to need two codebases to solve this problem. Are there any alternatives?

scrayne
  • 701
  • 7
  • 18

0 Answers0