-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:facebook/react-native
- Loading branch information
Showing
772 changed files
with
18,304 additions
and
32,073 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
Please read the following carefully before opening a new issue. | ||
Your issue may be closed if it does not provide the information required by this template. | ||
|
||
We use GitHub Issues for tracking bugs in React Native. | ||
|
||
- If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native | ||
- If you have a question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native | ||
- If you have a feature request, post it on Canny: https://react-native.canny.io/feature-requests | ||
|
||
Your issue may be closed without explanation if it does not provide the information required by this template. | ||
|
||
--- Please use this template, and delete everything above this line before submitting your issue --- | ||
--- Delete everything above this line --- | ||
|
||
### Description | ||
|
||
[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens.] | ||
Explain what you did, what you expected to happen, and what actually happens. | ||
|
||
### Reproduction | ||
### Reproduction Steps and Sample Code | ||
|
||
[FILL THIS OUT: Try to reproduce your bug on rnplay.org and provide a link. If you can't reproduce the bug on rnplay.org, provide a sample project.] | ||
Try to reproduce your bug on https://sketch.expo.io/ and provide a link. | ||
If you can't reproduce the bug on Sketch, provide a sample project. At the very least, provide an example of your code. | ||
|
||
### Solution | ||
|
||
[FILL THIS OUT: What needs to be done to address this issue? Ideally, provide a pull request with a fix.] | ||
What needs to be done to address this issue? Ideally, provide a pull request with a fix. | ||
|
||
### Additional Information | ||
|
||
* React Native version: [FILL THIS OUT: Does the bug reproduce on the latest RN release?] | ||
* React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.] | ||
* Platform: [FILL THIS OUT: iOS, Android, or both?] | ||
* Operating System: [FILL THIS OUT: MacOS, Linux, or Windows?] | ||
* Development Operating System: [FILL THIS OUT: Are you developing on MacOS, Linux, or Windows?] | ||
* Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,32 @@ | ||
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: | ||
Thanks for submitting a PR! Please read these instructions carefully: | ||
|
||
> **Unless you are a React Native release maintainer and cherry-picking an *existing* commit into a current release, ensure your pull request is targeting the `master` React Native branch.** | ||
- [ ] Explain the **motivation** for making this change. | ||
- [ ] Provide a **test plan** demonstrating that the code is solid. | ||
- [ ] Match the **code formatting** of the rest of the codebase. | ||
- [ ] Target the `master` branch, NOT a "stable" branch. | ||
|
||
Explain the **motivation** for making this change. What existing problem does the pull request solve? | ||
## Motivation (required) | ||
|
||
Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. | ||
What existing problem does the pull request solve? | ||
|
||
**Test plan (required)** | ||
## Test Plan (required) | ||
|
||
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. | ||
A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See [What is a Test Plan?][1] to learn more. | ||
|
||
Make sure tests pass on both Travis and Circle CI. | ||
If you have added code that should be tested, add tests. | ||
|
||
**Code formatting** | ||
## Next Steps | ||
|
||
Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). | ||
Sign the [CLA][2], if you haven't already. | ||
|
||
For more info, see the ["Pull Requests" section of our "Contributing" guidelines](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#pull-requests). | ||
Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. | ||
|
||
Make sure all **tests pass** on both [Travis][3] and [Circle CI][4]. PRs that break tests are unlikely to be merged. | ||
|
||
For more info, see the ["Pull Requests"][5] section of our "Contributing" guidelines. | ||
|
||
[1]: https://medium.com/@martinkonicek/what-is-a-test-plan-8bfc840ec171#.y9lcuqqi9 | ||
[2]: https://code.facebook.com/cla | ||
[3]: https://travis-ci.org/facebook/react-native | ||
[4]: http://circleci.com/gh/facebook/react-native | ||
[5]: https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#pull-requests |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,5 @@ node_modules | |
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js | ||
*.js.meta | ||
|
||
/coverage | ||
/third-party |
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ RUN_CLI_INSTALL=1 | |
RUN_IOS=0 | ||
RUN_JS=0 | ||
|
||
RETRY_COUNT=${RETRY_COUNT:-3} | ||
RETRY_COUNT=${RETRY_COUNT:-1} | ||
AVD_UUID=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1) | ||
|
||
ANDROID_NPM_DEPS="[email protected] [email protected] [email protected] [email protected] [email protected]" | ||
|
Oops, something went wrong.