Hillary Mader
Hillary Mader
And if you want to tap into a prop that isn't part of the form, you use the `meta` prop: ``` nextProps.meta?.hasWarning !== currentProps.meta?.hasWarning; ```
> If I add these packages in the final app, the error is gone. I have both `react-native-tab-view` and `react-native-pager-view` added as dependencies and am still getting this issue. I...
> > > If I add these packages in the final app, the error is gone. > > > > > > I have both `react-native-tab-view` and `react-native-pager-view` added as...
> @harurang Can you test it using `react-native-pager-view` version: `5.4.25`? Thanks for the suggestion. It's still crashing on `5.4.25` unfortunately
By downgrading to `2.16.0` for `react-native-tab-view` I was able to prevent the app from crashing. Ref: https://github.com/satya164/react-native-tab-view/issues/1277