Skip to content
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

Open
chenxinle opened this issue Apr 12, 2017 · 6 comments
Open

xcode build error: Redefinition of 'RCTRootViewSizeFlexibility' #40

chenxinle opened this issue Apr 12, 2017 · 6 comments

Comments

@chenxinle
Copy link

react native version: 0.41.2
react-native-splashscreen version: 1.0.7

@chenxinle
Copy link
Author

Is that the react native version problem?
I notice that you have update 7 days ago, so I think you may deal the react native version problem.
Confused, hope you can answer me.

@fov42550564
Copy link

fov42550564 commented Apr 14, 2017

I use 0.42.0, have not find this error

@chenxinle
Copy link
Author

@fov42550564 so you solve the problem? My xcode version is 8.3.1, is that affect?

@chenxinle
Copy link
Author

@fov42550564 我很想用这个库,因为500star那个库的作者后来没有维护了,安卓那边用不了,能加个qq吗?或者有qq群吗?

@fov42550564
Copy link

fov42550564 commented Apr 14, 2017

你参照https://github.com/remobile/react-native-template 的用法就可以了

@fibbers
Copy link

fibbers commented Oct 14, 2017

I also experienced this issue and what worked for me was modifying AppDelegate.m as follows:

// replace this:
#import "RCTRootView.h"

// with:
#import <React/RCTRootView.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants