react-navigation
Here are 1,145 public repositories matching this topic...
android编译问题
错误:
Could not find method implementation() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
怀疑是gradle问题
参考如下链接:
react-native-community/react-native-localize#13 (comment)
编辑 android/build.gradle 和 android/gradle/wrapper/gradle-wrapper.properties
修改为3.0
This just took me about 3 hours to figure out. Documentation would be nice, but allowing it on any arbitrary component would be better!
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Mar 23, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
As you can see below, inside SecondExampleScreen we have a method called demoReactotron and inside it, you warned not to use API like this! because of complexity of MobX for newbies and the initiating the environment and importance of API, please provide a real API usage with handling of refreshing, changes on state and so on.
Thank you.
demoReactotron = async () => {
console.
apollo-server >=2.6
@apollo/react-hooks >=3.1
react-native >=0.60
replace redux with apollo @client local state now that Apollo DevTools is built into React Native DevTools!
-
Updated
Jul 9, 2020 - JavaScript
Something goes wrong when navigate and goBack fast.
https://www.dropbox.com/s/z7pdllexqkrq71n/Screen%20Recording%202020-04-20%20at%2014.29.05.mov?dl=0
Source:
mitaxe/rn-animations-ui-thread@d4d63bb
Env:
```
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/native": "^5.1.6",
"@react-na
-
Updated
May 11, 2020 - JavaScript
-
Updated
Feb 21, 2018 - JavaScript
-
Updated
Jul 12, 2020 - TypeScript
Dear community of users,
We would like to ask for your help and contribute to better documentation for this module.
More examples, better description of features, and making sure that everything is described with an example is what we are aiming for.
If you feel like contributing, please create a PR.
Thank you!
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Jun 24, 2020 - Objective-C
-
Updated
May 15, 2017 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Dec 28, 2019 - Java
When i tap a received push notification in a home screen (it means App is alive in background) the onNotificationOpened was not trigger.
i also tested app with this repo just change google-services.json, but not working too
expo: 31.0.6
expo-firebase-*: 1.0.0-rc.5
react-native: sdk-31.0.1
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Jun 19, 2018 - JavaScript
-
Updated
Jan 8, 2019 - JavaScript
Improve this page
Add a description, image, and links to the react-navigation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-navigation topic, visit your repo's landing page and select "manage topics."
Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
now.json:{ "version": 2, "routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }] }