Hirbod

Results 84 issues of Hirbod

in its current state, until the rewrite has been released. This issue is too impactful and it should be warned until its resolved. ## Description ## Changes ## Test code...

Would love to see fabric support for 0.68 and the new architecture.

Hi, would be awesome if this lib would support ```js import createNativeStackNavigator from 'react-native-screens/native-stack'; ``` since the performance of native-stack is awesome and absolutely no comparison to the usual createStackNavigator

enhancement
help wanted

Hi, interpolate() is deprecated in reanimated2 and expo sdk 41. Please upgrade to interpolateNode ```ts const { interpolateNode } = require('react-native-reanimated'); ``` and change all interpolate() calls to interpolateNode(). This...

Hi, testing on low-end devices (iPhone 5, old Android and "not so old" android), I can see some heavy drops in FPS, which is fine so far. The real problem...

Sometimes, if I am to quick, I receive following crash: ![IMG_8033](https://user-images.githubusercontent.com/504909/70114420-b6ecdc80-165c-11ea-8783-21241bc47084.PNG) It also happened while testing your example app. It's rare, but it happens now and then

Hi, I just upgraded to Expo SDK 41 and this packages triggers: `FlatList: Calling getNode() on the ref on an Animated component is no longer necessary. You can now directly...

bug

Hi, very great plugin - really. Love it. There is just one piece of problem I'm facing on the smartphone. I can't scroll down. Is there any way you could...

## Description I am using `KeyboardTrackingView`. I added `addBottomView` since I have to use `useSafeArea` prop. Working extremely well, but the added bottomView is always white and I can't change...

bug

## Description Hi @WoLewicki, I have following issue. Following scenario (pseudo): ``` RootStack (headerShown: false) BottomTabsNavigator StackNavigator1 (headerShown: true, since I want to maintain the own stack) StackNavigator2 (headerShown: true,...

Platform: iOS
Platform: Android
Repro provided
Platform: Web