-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[iOS] Update iOS headers breaks on RN 0.40.0 #244
Comments
To fix this and maintain backwards compatibility with RN <= 0.39 without having to branch you can also change your includes like below, using
|
@BretJohnson where should we add this? |
See more here: https://github.com/facebook/react-native/releases/tag/v0.40.0. |
This works for me on local machine, please verify this. |
@BretJohnson and @egunsoma , thanks for the information and PR, looks like this is a great way to solve #223 👍 The PR already merged will publish a new release today 😄 |
Already published to npm, please upgrade the packge to |
Hey could you update the ios headers like this repo did.
They changed it in RN 0.40.0 and brakes all packages with iOS headers 😕.
I suggest you branch of since they did not make it backward compatible so you can still keep support for RN < 0.40.0.
For more info check this: https://github.com/facebook/react-native/releases/tag/v0.40.0.
The text was updated successfully, but these errors were encountered: