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

iPhone 4 support? #1843

Closed
jtremback opened this issue Jul 2, 2015 · 2 comments
Closed

iPhone 4 support? #1843

jtremback opened this issue Jul 2, 2015 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jtremback
Copy link
Contributor

Trying to start up react-native init project on an iphone 4. After a few minutes, a red screen comes up with an invariant violation.

A different app that I tried will start up, but has a lot of issues with the debugger websocket, and then a bunch of other issues.

Seems like iOS7, at least on this model of iPhone 4 is not supported?

@jtremback
Copy link
Contributor Author

Just got the init project to work, I'm going to close this until I find out more about what is making my main project crash.

@MossP
Copy link

MossP commented Sep 15, 2015

I know this is closed but just incase anyone else hits this... iOS7 responds differently to re-declared styles e.g.

var styles = StyleSheet.create({
    myStyle:{
        color:'#fff',
        color:'#fff',
    }
});

Will work on iOS 8 but will crash with a vague error message about unexpected token ',' on iOS 7.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 2, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants