Kiryl

Results 7 comments of Kiryl

HI @oliviercperrier, have you picked an alternative library? The same problem. 😢

@willstepp, your solution works perfectly, but I am struggling with one case on the web expo app. I use [`onSubmitEditing`](https://reactnative.dev/docs/textinput#onsubmitediting) method in TextInput, and after pressing the "Enter" button, TextInput...

Hi guys, I made a small workaround on the web, using `SessionStorage`. 1. Added `visibilityTime` and `autoHide` properties. ``` export const showToast = (text1: string, bottomTabBarHeight: number) => { isWeb()...

To fix the chart visualization - change the invocation of `useSharedValue`. The second params have to be removed all over the library. For instance: ``` - const dataQueue = useSharedValue(valuesStore.current.dataQueue,...

@Abirpal202049 , My differences with you: ``` "expo": "^49.0.0", "react-native-reanimated": "~3.3.0", ```