Skip to content

0711 sync 0.63 - #204

Merged
sunnylqm merged 30 commits into
reactnativecn:productionfrom
react:master
Jul 11, 2020
Merged

0711 sync 0.63#204
sunnylqm merged 30 commits into
reactnativecn:productionfrom
react:master

Conversation

@sunnylqm

Copy link
Copy Markdown

No description provided.

sunnylqmand others added 30 commits June 12, 2020 10:30
The react-native-unimodules link is updated. The current repo has been deprecated in favor of expo/expo monorepo
* order accessibilityRoles alphabetically
* Got rid of intext links and updated referenes to navigator
* Removed package lock
* add NavigationIOS removal notice, update links
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* update flatlist example, select one button and change color
* complete changes in examples
* retain Item as separate component, use native StatusBar height, prettier run
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Update accessibilityinfo.md
Since AccessibilityInfo.fetch is deprecated, I changed it with AccessibilityInfo.isReduceMotionEnabled and AccessibilityInfo.isScreenReaderEnabled
* fix syntax error, remove web platform, tweak readability
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Replace YellowBox docs with LogBox docs.
* Fix language lint errors
* Update debugging.md
Some typos and rewordings
* Update debugging.md
Co-authored-by: Eli White <github@eli-white.com>
Example in renderItem Have a syntax error in ItemSeparatorComponent
new ReactImageManager(..here..), ReactImageManager 's constructer needs reactContext, we passed it.
…odal (#2023)
* Remove duplicate documentation property for statusBarTranslucent on Modal
* Sort properties alphabetically
* slide up announcement banner on scroll
* fix for desktop resizing on macOS
* apply fix only on mobile
…s. (#2010)
* delete unused variables declarations and parameters
* remove accent in parameters
* add variable params
* Fixed the Function Component Example
We experienced that the documentation was faulty so after we at @enpit found a fix, we wanted to share it with you. The old trigger `appState.current.match(/inactive|background/) && nextAppState === "active"` would never work because the useState hook doesn't update the state fast enough for the function to work. The solution is to use useRef instead and optional (to display the inactive status under iOS) also use a `useState` for cosmetics.
* removed block comment, removed spaces
* rephrase and move new comment, add one more sentence, prettier run
* language lint fix
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* commit the article
* Update 2020-07-06-version-0.63.md
* Update 2020-07-06-version-0.63.md
* Update website/blog/2020-07-06-version-0.63.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update website/blog/2020-07-06-version-0.63.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update website/blog/2020-07-06-version-0.63.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update 2020-07-06-version-0.63.md
* chore: refactor to a css
* Updating the Pressable introduction
Co-authored-by: Ricky <rickhanlonii@gmail.com>
Co-authored-by: Eli White <github@eli-white.com>
* Fix Alert API docs
* Update docs/alert.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update docs/alert.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Update docs/alert.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* updated default folder location for Android Sdk in Windows
Matching the configuration screenshot of the default folder location. I had some trouble during environment configuration when I figured out that the location from the screenshot provided was the correct one (for the Sdk location).
* Update docs/getting-started.md
Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com>
@sunnylqm
sunnylqm merged commit 0a4f26f into reactnativecn:productionJul 11, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@sunnylqm@developer239@rogisolorzano@blackpr@ShindeNayan17@luism3861@Simek@dogafincan@truecuozzo98@ttlong3103@rickhanlonii@SABRYX@p2pdops@levibuzolic@devofthings@grabbou@anku255@fabOnReact@well-ington@SConaway