-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.7.0
Yarn: 1.3.2
npm: 5.5.1
Watchman: 4.9.0
Xcode: 9.2 (9C40b)
Packages: (wanted => installed)
react-native: 0.52.1
react: 16.2.0
Target Platform: iOS (11.2)
Steps to Reproduce
react-native init MyProject
- Add
<View style={{ justifyContent: 'space-evenly' }} />
toApp.js
react-native run-ios
Expected Behavior
According to https://github.com/facebook/react-native/releases/tag/v0.52.0 justifyContent: space-evenly
was introduced and should NOT crash the app.
Actual Behavior
Red error screen with error: Invalid YGJustify 'space-evenly'
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.