Mathis Barré

Results 4 comments of Mathis Barré

Same issue with - react-native-reanimated 2.8.0 - react-native 0.68 (with hermes, without fabric) - only tested on iOS

And here is an example with redux-toolkit : ```js import {configureStore, Middleware} from '@reduxjs/toolkit'; import userReducer from './user/userSlice'; const middlewares: Middleware[] = []; if (__DEV__) { const createDebugger = require('redux-flipper').default;...

Same issue here, i guess i will add an hard-coded transform to fix it. Not ideal

Not stupid but does useTsController work outside the context of react-ts-form ? If no, it seems complicate to create the same components for both case. Or maybe I'm missing something.