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

UIExplorer : Critical exception upon boot: #138

Closed
jaygarcia opened this issue Mar 11, 2015 · 6 comments
Closed

UIExplorer : Critical exception upon boot: #138

jaygarcia opened this issue Mar 11, 2015 · 6 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jaygarcia
Copy link
Contributor

Just did a pull, saw some new widgets (Yay!), example STB's :(

[RCTLog][tid:0x7fa11a742bd0][RCTScrollViewManager.m:17]>RCTScrollView does not have setter for `alwaysBounceVertical` property

2015-03-11_08-41-01

@jaygarcia
Copy link
Contributor Author

Seems like there was a change to Libraries/Components/ScrollView/ScrollView.js that is somehow causing this.

Investigating...

@jaygarcia
Copy link
Contributor Author

Found yet another scrollview problem:

[RCTLog][tid:0x7fe82c914bb0][RCTScrollViewManager.m:28]>RCTScrollView does not have setter for `pagingEnabled` property

However, if i comment out these configs in ScrollView.js, the view renders, but obviously loses some features:


var validAttributes = {
  ...ReactIOSViewAttributes.UIView,
  // alwaysBounceHorizontal: true,
  // alwaysBounceVertical: true,
  automaticallyAdjustContentInsets: true,
  centerContent: true,
  contentInset: insetsDiffer,
  contentOffset: pointsDiffer,
  decelerationRate: true,
  horizontal: true,
  keyboardDismissMode: true,
  keyboardShouldPersistTaps: true,
  maximumZoomScale: true,
  minimumZoomScale: true,
  // pagingEnabled: true,
  removeClippedSubviews: true,
  scrollEnabled: true,
  scrollIndicatorInsets: insetsDiffer,
  scrollsToTop: true,
  showsHorizontalScrollIndicator: true,
  showsVerticalScrollIndicator: true,
  stickyHeaderIndices: deepDiffer,
  throttleScrollCallbackMS: true,
  zoomScale: true,
};

@frantic
Copy link
Contributor

frantic commented Mar 11, 2015

You can dismiss it, this should be fixed with the next sync. Sorry about that!

@frantic
Copy link
Contributor

frantic commented Mar 11, 2015

Fixed by #139

@frantic frantic closed this as completed Mar 11, 2015
@jaygarcia
Copy link
Contributor Author

Thanks @frantic. If my level of reporting issues is too frequent -- I.E. I need to be more patient, let me know.

@frantic
Copy link
Contributor

frantic commented Mar 12, 2015

If my level of reporting issues is too frequent

No, keep them coming! In some cases you'll get "known problem" but some other might be pretty useful.

@facebook facebook locked as resolved and limited conversation to collaborators May 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 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