Skip to content

React Native 0.40 support

Compare
Choose a tag to compare
@maxs15 maxs15 released this 06 Jan 19:53
· 158 commits to master since this release

According to https://github.com/facebook/react-native/releases/tag/v0.40.0,

Native code on iOS must refer to headers out of the react namespace.
Previously the following would work:

#import "RCTConvert.h"

But now all headers have been moved:

#import <React/RCTConvert.h>

As far as it's a breaking change, I bumped the version to 1.0.0