-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Troubleshooting doc for recurring issues #347
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closes my issue at facebook#306
We should have a troubleshooting page to include things and other hiccups like the port issue. |
Good idea, adding it now. |
Thanks, that would be great. This way we can have the quick start be short and sweet. With a link to a troubleshooting page. |
Hopefully alleviates new issues getting created for similar problems. Addresses facebook#257 facebook#304 facebook#306 facebook#326
Removed keyboard note in favor of a full Troubleshooting doc
But where is this linked from? I can't find in the left hand side menu. |
Wasn't sure if I should do that or you guys need to. |
amasad
added a commit
that referenced
this pull request
Mar 30, 2015
Add Troubleshooting doc for recurring issues
jfrolich
pushed a commit
to jfrolich/react-native
that referenced
this pull request
Apr 22, 2020
* Zero cost bindings for style merge (array/list) RN accept works out of the box array of styles (object|int from StyleSheet entries). It also recursively resolve the array of styles, so list should work too (as list are just recursive array). I tried to find "smart" name but at the end, using merge/flatten/combine/concat just make this more confusing. I am deprecating combine/merge as this is totally unsafe IRL (you cannot merge object of style with a stylesheet entry, which works with current types...) Thoughts? Idea for better naming? * bs-react-native-next: Remove StyleSheet.flatten in Style module * Zero cost bindings for style merge (array/list) fixup
Simek
pushed a commit
to Simek/react-native
that referenced
this pull request
May 15, 2020
* Update scripts to publish react-native-macos-init * Clean up merge markers * Restored ios:macos RNTester parity except for InputAccessoryView. * Revert "Restored ios:macos RNTester parity except for InputAccessoryView." This reverts commit 5a67ae0. * Remove unnecessary android builds and tar file upload. * Update issue templates to be relevent to react-native-macos and align with react-native-windows language. Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
ayushjainrksh
referenced
this pull request
in MLH-Fellowship/react-native
Jul 2, 2020
* Added import info * Update asyncstorage.md
This was referenced Dec 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes my issue at #306