Stevie Clifton

Results 14 comments of Stevie Clifton
trafficstars

I have this same issue. I can manually change the sql, but it's blocking me from using my planetscale `push:mysql` workflow :(.

@jessepeterson, I'll take this on, it would be helpful for my setup. Should I follow the same pattern I see in mysqlscepserver using `envString()` and `envBool()`?

I was able to fix it by adding this in my `jest.setup.ts`: ``` jest.mock('react-native-reanimated', () => require('react-native-reanimated/mock'), ); ```

@andresouza-maple You're right. My fix just makes the error go away, but it doesn't make the carousel component behave correctly.