Jeff Hughes

Results 2 issues of Jeff Hughes

## Environment "react-native": "0.71.6", "react-native-pager-view": "6.2.0", "react-native-tab-view": "^3.5.1", ## Description I was trying to render `TabView` of react-native-tab-view inside of a `ScrollView`, but after upgrading to v6.2.0 for pager-view, the...

inside my datastore configuration: ``` afterSerialization: async (data) => { const payload = await data; console.log('E1: ', payload); const encrypted = await encryptData(payload); console.log('E2: ', encrypted); return encrypted; }, beforeDeserialization:...