-
Notifications
You must be signed in to change notification settings - Fork 103
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 build error: Redefinition of 'RCTRootViewSizeFlexibility' #40
Comments
Is that the react native version problem? |
I use 0.42.0, have not find this error |
@fov42550564 so you solve the problem? My xcode version is 8.3.1, is that affect? |
@fov42550564 我很想用这个库,因为500star那个库的作者后来没有维护了,安卓那边用不了,能加个qq吗?或者有qq群吗? |
I also experienced this issue and what worked for me was modifying // replace this:
#import "RCTRootView.h"
// with:
#import <React/RCTRootView.h> |
react native version: 0.41.2
react-native-splashscreen version: 1.0.7
The text was updated successfully, but these errors were encountered: