-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Description
Yesterday I upgraded the RN version from 0.25.1 to 0.39.2, everything works fine until I reset to the root view which build with react-native-scrollable-tab-view. Confusing that the root view is normal when app starts, but it will throws the bellow errors when resetTo root view:
2016-12-16 14:29:54.441 [error][tid:main][UIView+React.m:152] Invalid layout for (8793)<RCTView: 0x136962540; reactTag: 8793; frame = (0 0; 0 0); layer = <CALayer: 0x136939800>>. position: {187.5, nan}. bounds: {{0, 0}, {375, nan}}
2016-12-16 14:29:54.443 [error][tid:main][UIView+React.m:152] Invalid layout for (8795)<RCTText: 0x136962a50; reactTag: 8795; text: frame = (0 0; 0 0); opaque = NO; layer = <CALayer: 0x136962290>>. position: {16.25, nan}. bounds: {{0, 0}, {32.5, nan}}
2016-12-16 14:29:54.447 [error][tid:main][UIView+React.m:152] Invalid layout for (8798)<RCTView: 0x13632e670; reactTag: 8798; frame = (0 0; 0 0); layer = <CALayer: 0x13697e1e0>>. position: {29.25, nan}. bounds: {{0, 0}, {58.5, nan}}
2016-12-16 14:29:54.452 [error][tid:main][UIView+React.m:152] Invalid layout for (8797)<RCTView: 0x13632e430; reactTag: 8797; frame = (0 0; 0 0); layer = <CALayer: 0x136963420>>. position: {66.75, nan}. bounds: {{0, 0}, {58.5, nan}}
2016-12-16 14:29:54.455 [error][tid:main][UIView+React.m:152] Invalid layout for (8807)<RCTText: 0x13638c540; reactTag: 8807; text: frame = (0 0; 0 0); opaque = NO; layer = <CALayer: 0x1363d06a0>>. position: {61, nan}. bounds: {{0, 0}, {36, nan}}
2016-12-16 14:29:54.458 [error][tid:main][UIView+React.m:152] Invalid layout for (8799)<RCTText: 0x136989520; reactTag: 8799; text: frame = (0 0; 0 0); opaque = NO; layer = <CALayer: 0x136316b90>>. position: {29.25, nan}. bounds: {{0, 0}, {58.5, nan}}
2016-12-16 14:29:54.475 [error][tid:main][UIView+React.m:152] Invalid layout for (8803)<RCTText: 0x13695dbe0; reactTag: 8803; text: frame = (0 0; 0 0); opaque = NO; layer = <CALayer: 0x13692d4a0>>. position: {29.25, nan}. bounds: {{0, 0}, {58.5, nan}}
2016-12-16 14:29:54.478 [error][tid:main][UIView+React.m:152] Invalid layout for (8794)<RCTView: 0x1369627d0; reactTag: 8794; frame = (0 0; 0 0); layer = <CALayer: 0x136907f70>>. position: {131.75, nan}. bounds: {{0, 0}, {243.5, nan}}
2016-12-16 14:29:54.499 [error][tid:main][RCTScrollView.m:387] Attempted to set an invalid frame to inner scrollview: {{0, 0}, {375, inf}}
Android works fine, it happens on iOS only.
Additional Information
- React Native version: 0.39.2
- Platform: iOS
- Operating System: MacOS Sierra
joncursi, oharbo, christophermark, ssomnoremac, wildseansy and 1 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.