Caleb Lewis

Results 3 comments of Caleb Lewis

I had this problem too: `ScrollView` produces this hierarchy: `ScrollView -> RCTScrollView -> RTCScrollContentView -> {YourChildViews}` `RTCScrollContentView`, for whatever reason, doesn't fill up all of its parent's (`ScrollView`) space, even...

I was having this problem too - turns out that conditionally rendering `ViroARSceneNavigator` messes up the click events for whatever reason. Don't do: ```js {condition && ( )} {/* */}...