The code doesn't load in iOS due to the use of the const keyword. The package has to be run through babel first. I'm pretty sure there's some trick others are using to solve this, like publishing to npm with a version of the app run through babel in it.
The code doesn't load in iOS due to the use of the
constkeyword. The package has to be run through babel first. I'm pretty sure there's some trick others are using to solve this, like publishing to npm with a version of the app run through babel in it.