Sep 6, 2018 · 1 min read
Hi, React-Native is just a framework so I guess you may confuse with Expo (build on top of React-native) which gives a complete environement with the abstraction of native plaforms (xcode, android studio…). But Expo works in limited cases where you don’t need to access yourself native parts. As this library is not part of Expo toolset you have to develop in typical React-Native way (=without limitations)
