-
### Issue
I've posted about this issue over in react-native-firebase-starter as well since it looks like someone has the same problem there, but I believe the issue is something to do with react-na…
-
After doing:
create-react-native-app myapp --with-web-support
yarn add react-navigation
And using the starter code:
import React from 'react';
import { StyleSheet, Text, Vie…
-
# Bug Report
**Ionic Info**
Run `ionic info` from a terminal/cmd prompt and paste the output below.
```
Ionic:
ionic (Ionic CLI) : 4.1.1 (/Users/myname/.nvm/versions/node/v9…
-
I'm trying to disable the swipe gesture which will open the drawer in some of the screens.
### Current Behavior
I have a drawer navigator with multiple stack navigators like this:
```js
const …
-
Thanks for this kit, we used on an old app and now we need to add some packages, but when i link new packages, using "**react-native link**" the files are added to the commented section in
`
p…
-
How can I make a specific route inside a StackNavigator to open as a modal.
-
之前一直在用react-navigation,不过在低端安卓机子上反应总有点慢半拍,
这几天对比了下 react-native-navigation-hybrid和react-native-navigation,
决定新项目还是选择用react-native-navigation-hybrid,但是尝试结合 dva.js 来使用总是弄不成功,能否在playground中写个结合的例子?
…
-
Sorry for polluting the issues list with this but I haven't found a reference anywhere to this:
Is it possible to use RN-windows with TypeScript?
If yes, which setup/structure should you use? The…
-
**TypeScript Version:** 2.0.2
**Code**
_tsconfig.json_
``` json
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"baseUrl": ".",
"paths": {
…
-
While playing with react router (even earlier versions) I struggled mostly with the problem how I could preload my data before the navigation is finished (both for initial request and navigation reque…