satya164 / PocketGear

A clean and simple Pokédex app for Pokémon GO
200 stars 54 forks source link

Fix iOS errors #14

Closed izambasiron closed 7 years ago

izambasiron commented 7 years ago

Had to rename montserratBold file, see here http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/#findfontname

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a9b9ba3d2360892f8ea4fb10176050a073e08beb on izambasiron:ios-fix into on satya164:master.

satya164 commented 7 years ago

Thank you. Unfortunately I checked it out and tried to build it. But getting this error. Any idea?

image

izambasiron commented 7 years ago

No worries. Have you tried this https://github.com/facebook/react-native/issues/12042#issuecomment-275025960

screen shot 2017-02-19 at 8 06 40 am

For me, I had an error for React/RCTEventEmitter.h. I had to only build React, skipping step 3.

satya164 commented 7 years ago

@izambasiron thanks, trying now

satya164 commented 7 years ago

That worked. Thanks a lot.