-
```
navigator.push(componentId, {
component: {
name: name
options: {
animations: animations
}
}
});
애니메이션을 추가했을 경우 ios 10버젼에서는 화면이동이 white, …
-
RNN v2 using other structure, and it's MainActivity it not contain onCreate method to init Fabric.
`public class MainActivity extends NavigationActivity {
@Override
protected String getJS…
-
I am getting a red screen on launch related to deep link handling in `index.js`:
```js
window.notificationEventBus.on(RN_NAV_HANDLEDEEPLINK, (event) => {
this.handleDeepLink(event);
});
```
Th…
-
### Current behavior
I have a simple project here: https://github.com/dotku/dk-i18n-trading-calculator feel that switching between screen, the transition is slow. It might take 1 sec to switch betw…
dotku updated
4 weeks ago
-
SplashActivity doesn't exist it seems. I tried using NavigationActivity and it gives me the same issues as described in https://github.com/kmagiera/react-native-gesture-handler/issues/128
-
### Current behavior
When navigating between screens, it crashes instantaneously. There aren't any error codes for me to work with (I tried a try and catch), and I've searched everywhere online.
…
-
# React Nativee v2 - Navigation | Chih Yang's Blog
前言最近要轉換跑道學習開發 React Native,學習的課程是 Kadi Kraman 的 React Native v2 ,寫這篇筆記的時候是學習 React Native 的第二天,App 的 navigate 和 web 差蠻多的,目前處於一個對未知領域感到有趣的心裡狀態。 目前除了 …
-
**Describe the bug**
This is a helpful and excellent library. Thanks, talent team!
I have a problem when clicking navigation to go back that is cards are overlapped. Please take a loo…
-
### Current behavior
App fails to bundle with error
```
Module not found: Can't resolve 'react-native-gesture-handler'
```
at `./node_modules/@react-navigation/drawer/lib/module/views/modern/D…
-
#### Issue Description
Only happens in development build on iOS using `npx expo run:ios`
#### Steps to Reproduce / Code Snippets
- opening keyboard
- typing
#### Addit…