|
|
|
|
|
by htormey
3291 days ago
|
|
I love expo to bits but their are many React Native scenarios where it’s not going to work. One example would be if an app uses third party libraries that rely on native code. Now on the surface this might sound like
an exotic requirement but consider that most mobile apis for third party services will probably wrap objective c or Java code. An example of this came up for a friend who was building a github app. He had to eject from expo because the github mobile api wasn’t included in expo and required native code for authentication. |
|
You can even work with things like Promises etc across native boundaries