Commit Graph

17 Commits

Author SHA1 Message Date
tarunrajput 6dbef6eece Fix website undesired vertical scrollbar on Windows
Fix #2488
Close #2529
2023-06-15 20:23:51 -07:00
ankit-tailor 14204b083f Use correct "NativeBase" name in website docs
Close #2518
2023-06-15 20:22:21 -07:00
Nicolas Gallagher 876079a56f [fix] Patch internal sources of deprecation warnings 2023-03-27 14:05:51 -07:00
Nicolas Gallagher 550afdc81d Update documentation to match API changes 2023-03-21 12:52:07 -07:00
Bartosz Kaszubowski 618660484f Update Expo info in docs
Close #2460
2023-03-20 12:25:50 -07:00
Rajat Parashar 9431f1e441 Fix autoCorrect documentation
Close #2408
2023-03-20 12:25:50 -07:00
Nicolas Gallagher 72f9d4d05c Rewrite docs about company usage 2023-03-20 12:25:50 -07:00
Nicolas Gallagher 2874b281ff [change] Port ScrollView to Class Component
Port ScrollView from legacy createReactClass to ES6 Class syntax.
2023-03-20 12:25:50 -07:00
Nicolas Gallagher a33c322152 [change] Deprecate Touchables and Button components
These components have been replaced by Pressable and will be removed
from React Native.

Fix #2382
2023-03-20 12:25:50 -07:00
Nicolas Gallagher e8a0cbc60a [change] Map 'button' and 'paragraph' role to HTML elements
Fix #1899
Close #1944
2023-03-20 12:25:50 -07:00
Nicolas Gallagher fc0d84fba4 [change] StyleSheet.compose() deprecation
Encourage use of existing array syntax for multiple styles. Eventually
we'll want to remove the compose() API to simplify the overall styling API.
2023-03-20 12:25:14 -07:00
Eddie Kimmel 9868738604 [change] React 18 support
* Support React 18 concurrency and constraints.
* Add new render / hydrate functions.
* Remove uses of findNodeHandle.
* Expose ability to unmount an application once ran.

Fix #1529
Close #2330
2023-03-20 12:25:10 -07:00
Fernando Rojo 80ef32f6ee [fix] ScrollView support for 'centerContent' prop
Fix #2331
Close #2332
2022-07-06 16:14:35 -07:00
Grant Sander 5c1b5cfad2 [fix] Appearance API update
Match react-native >=0.65

Fix #2329
2022-07-06 15:48:22 -07:00
Nicolas Gallagher 174b8f505a Update prettier and reformat source code 2022-07-03 17:37:19 -07:00
Nicolas Gallagher c8f6db8bfc Update react-native-web-docs dependencies 2022-07-03 17:23:15 -07:00
Nicolas Gallagher f81095442f Reorganize monorepo structure
* Move all config files to './configs'
* Simplify './scripts' folder.
2022-07-02 12:01:01 -07:00