react-navigation / react-navigation/react-navigation.github.io
Getting-started disable autolink
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 324
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
module.exports = {
dependencies: {
'react-native-gesture-handler': {
platforms: {
android: null,
ios: null,
},
},
},
};
For the newest version of RN it to
module.exports = {
dependencies: {
'react-native-gesture-handler': {
platforms: {
ios: null
},
},
},
};
Is that correct???
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the getting-started documentation containing the react-native-gesture-handler autolinking snippet and compare it with the newest React Native setup. Confirm the correct platform configuration, then update the example and verify that the surrounding instructions remain accurate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100