Jamal-ReachFirst

Results 7 issues of Jamal-ReachFirst

### Current behavior I am using @react-navigation/​material-top-tabs with (tabBarScrollEnabled). Swipe b/w tabs are faster but facing this issue only when tabbar buttons are pressed. When we have **list** inside tabs...

bug
platform:android
package:material-top-tabs
repro provided

Can I render all tab screens when Tabbar is rendered. **Current behaviour:** It only renders the initialRoute, other tab screens only renders when user focus them first. **Why i need...

**Describe the bug** After clicking keyboard next button on **`CardForm CVC input`** android app is crashing on both emulator and real device for those countries which **don't have zipcode** input....

I am getting this error: ``` Invariant Violation: [3087,"RCTView",{"width":""}] is not usable as a native method argument This error is located at: in RCTView (at View.js:32) in View (at createAnimatedComponent.js:211)...

**Existing code:** ``` import React, { useRef, useState } from 'react'; import { View, StyleSheet, Animated,Text, TouchableOpacity } from 'react-native'; import LeavesHistory from './leavesHistory'; import PendingLeaves from './pendingLeaves'; import ApprovedLeaves...

question

### Environment **Library version:** ``` "react-native": "0.72.10", "react-native-sticky-parallax-header": "^1.1.1", ``` ### Affected platforms - [X] Android - [X] iOS ### Current behavior goToPage is undefined ### Expected behavior I want...

bug