-
Notifications
You must be signed in to change notification settings - Fork 4.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
New line for each item #1993
Comments
ShindeNayan17
added a commit
to ShindeNayan17/react-native-website
that referenced
this issue
Jun 14, 2020
Merged
Merged
sunnylqm
added a commit
to reactnativecn/react-native-website
that referenced
this issue
Jul 11, 2020
* Fix wrong endBlock in text.md (facebook#1991) * fix: update installation instructions (facebook#1989) * Fixed DrawerLayoutAndroid padding syntax which was causing the Expo Snack to crash (facebook#1995) * Docs: Update react-native-unimodules link (facebook#1994) The react-native-unimodules link is updated. The current repo has been deprecated in favor of expo/expo monorepo * Bug Fix facebook#1993 (facebook#1996) * remove letter "s" inputaccesoryview.md (facebook#1997) * use platform labels on the Accessibility page (facebook#1948) * order accessibilityRoles alphabetically * Getting Rid of In-Content Links (facebook#1970) * Got rid of intext links and updated referenes to navigator * Removed package lock * add NavigationIOS removal notice, update links Co-authored-by: Bartosz Kaszubowski <[email protected]> * Add two words to platform-specific-code.md (facebook#1999) * update second example in Flatlist docs (facebook#1998) * 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 <[email protected]> * Update accessibilityinfo.md (facebook#1977) * 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 <[email protected]> * fix reported invalid links (facebook#1981) * changes from the Prettier run (facebook#2000) * fix links in images.md (facebook#2002) * fix onPageNav height with announcement (facebook#2006) * Fix bug in example of functional component (facebook#2004) * Remove legacyImplementation (facebook#2012) facebook/react-native@636d01b * Replace YellowBox docs with LogBox docs. (facebook#2020) * 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 <[email protected]> * Update flatlist.md (facebook#2022) Example in renderItem Have a syntax error in ItemSeparatorComponent * Fixed code snippet. (facebook#2015) new ReactImageManager(..here..), ReactImageManager 's constructer needs reactContext, we passed it. * Remove duplicate documentation property for statusBarTranslucent on Modal (facebook#2023) * Remove duplicate documentation property for statusBarTranslucent on Modal * Sort properties alphabetically * Add an ability to slide up announcement bar on scroll (facebook#2018) * slide up announcement banner on scroll * fix for desktop resizing on macOS * apply fix only on mobile * remove unused variables declarations and parameters in different files. (facebook#2010) * delete unused variables declarations and parameters * remove accent in parameters * add variable params * Fixed the Function Component Example (facebook#2019) * 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 <[email protected]> * Blog post for the 0.63 release (facebook#2024) * 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 <[email protected]> * Update website/blog/2020-07-06-version-0.63.md Co-authored-by: Ricky <[email protected]> * Update website/blog/2020-07-06-version-0.63.md Co-authored-by: Ricky <[email protected]> * Update 2020-07-06-version-0.63.md * chore: refactor to a css * Updating the Pressable introduction Co-authored-by: Ricky <[email protected]> Co-authored-by: Eli White <[email protected]> * feat: ship 0.63 docs (facebook#2030) * Fix Alert API docs (facebook#2027) * Fix Alert API docs * Update docs/alert.md Co-authored-by: Ricky <[email protected]> * Update docs/alert.md Co-authored-by: Ricky <[email protected]> * Update docs/alert.md Co-authored-by: Ricky <[email protected]> Co-authored-by: Ricky <[email protected]> * adding docs for android_hyphenationStrategy (facebook#2007) * updated default folder location for Android Sdk in Windows (facebook#2008) * 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 <[email protected]> * Link to the actual Upgrade Helper, not the GitHub repo for it (facebook#2034) Co-authored-by: Michal <[email protected]> Co-authored-by: Rogi Solorzano <[email protected]> Co-authored-by: Tim Pap <[email protected]> Co-authored-by: Nayan Shinde <[email protected]> Co-authored-by: luism3861 <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]> Co-authored-by: JP Bulman <[email protected]> Co-authored-by: Doga Fincan <[email protected]> Co-authored-by: truecuozzo98 <[email protected]> Co-authored-by: ttlong3103 <[email protected]> Co-authored-by: Ricky <[email protected]> Co-authored-by: Eli White <[email protected]> Co-authored-by: SABRYX <[email protected]> Co-authored-by: Surya Chandra Pavan Adurthi <[email protected]> Co-authored-by: Levi Buzolic <[email protected]> Co-authored-by: Chris Winter <[email protected]> Co-authored-by: Mike Grabowski <[email protected]> Co-authored-by: Ankit Tiwari <[email protected]> Co-authored-by: fabriziobertoglio1987 <[email protected]> Co-authored-by: Celso Wellington <[email protected]> Co-authored-by: Kid <[email protected]> Co-authored-by: Steven Conaway <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is a simple UI bug in section "Method 2: Connect via Wi-Fi" where point number 5, 6, and 7 are not located as intended.
The text was updated successfully, but these errors were encountered: