-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcode 8 #46
Comments
Looks related to the same this: https://github.com/react-native-community/react-native-svg/pull/124/files |
Thanks! I think it can also comes from facebook/react-native@d973757 |
I started to clean up the code for Xcode 8 in branch #46. I will fix the Objective-C code and also move JS code to ES6. |
🎆 💥 ! |
I fixed Objective-C part. You were correct, the problem was coming from RCTFont. But your error log was not complet ;-) so I first thought the issue was coming from the EventDispatcher (which I will soon need to fix anyway). I should be done with JS code by the end of the week, but you can already start to use what is on the branch #46 (checkout code and npm install path-to-RCTAutoComplete). |
Sweet I'll give it a spin On Wed, Sep 28, 2016, 5:04 PM Nicolas Ulrich notifications@github.com
|
It works! |
Fix #46 Use RCTFont instead of RCTConvert
I'm seeing errors in xcode 8
The text was updated successfully, but these errors were encountered: