Bartosz Kaszubowski
618660484f
Update Expo info in docs
...
Close #2460
2023-03-20 12:25:50 -07:00
Nicolas Gallagher
074861623e
Fix workflows and monorepo deps
...
* Remove 'react' packages from monorepo dependencies.
* Ensure 'react-native-web' package is built first.
2022-07-02 12:35:12 -07:00
Nicolas Gallagher
31f2e66bf0
Change development scripts
...
Switch to npm-workspaces monorepo task management.
2022-07-02 12:02:24 -07:00
Nicolas Gallagher
aee652f6c9
Reorganize README and LICENSE files
2022-07-02 12:01:06 -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
Nicolas Gallagher
ae6ddec452
Add codesandbox config to examples
2022-06-28 11:29:43 -07:00
Nicolas Gallagher
11fcf77b46
Add README link to examples sandbox
...
Link to the example and the forkable codesandbox.
Close #2310
Close #2311
2022-06-27 10:30:19 -07:00
Nicolas Gallagher
3326aab292
Update copyright headers
2022-03-22 10:07:02 -07:00
Imad Bouziani
a6c976416b
Fix examples link in README
2021-07-20 10:35:14 -07:00
Nicolas Gallagher
ab5d11953d
Update documentation for 0.16
2021-04-20 10:46:52 -07:00
Nicolas Gallagher
7b0365272c
New documentation site and examples app
...
Replaces the old storybook with static HTML documentation and an interactive
examples app. The documentation is now easier to customize, easier to maintain,
and faster to load. The interactive examples are a dedicated Next.js app that
can be loaded and edited in codesandbox, as well as embedded in the
documentation where needed.
2021-02-11 14:53:04 -08:00
Nicolas Gallagher
4a1b31e3ef
Use GitHub workflows for CI
...
Close #1845
Fix #1841
2020-12-14 13:04:07 -08:00
James Ward
d97a1ca567
[add] Modal component
...
This adds support for the React Native Modal on web.
The app content is hidden from screen readers by setting the aria-modal flag on
the modal. This focus is trapped within the modal, both when attempting to
focus elsewhere using the mouse as well as when attempting to focus elsewhere
using the keyboard. A built-in "Escape to close" mechanism is been implemented
that calls 'onRequestClose' for the active modal.
Close #1646
Fix #1020
2020-10-09 11:32:31 -07:00
H3RSKO
7a8a70b948
Fix typo in README
...
Close #1706
2020-08-21 10:42:22 -07:00
Nicolas Gallagher
ff6109ec1c
Update README and docs
2020-06-26 14:51:49 -07:00
Nicolas Gallagher
3d53273fe7
Update internal paths to docs
2020-02-06 13:38:38 -08:00
Greg Westneat
8fa9fc5cc5
Update README link for Docz
...
Close #1504
2019-12-19 22:35:30 +00:00
Nicolas Gallagher
1ad1693039
[change] Remove PropTypes exports and internal use
...
Removes the following deprecated exports: `ColorPropType`,
`EdgeInsetsPropType`, `PointPropType`, `TextPropTypes`, and `ViewPropTypes`.
Remove all use of `prop-types` in the implementations of components. Flow types
are used instead, so there will no longer be runtime warnings related to props.
NOTE: Removes support for `className` prop.
Fix #1383
Close #1477
Close #1474
Close #1489
2019-12-18 12:40:31 +00:00
Nicolas Gallagher
f43ce41f0d
Update README
2019-11-13 11:30:31 -08:00
Nicolas Gallagher
ac71506610
[change] Remove WebView
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:09 -07:00
Nicolas Gallagher
f54c957199
[change] Remove SwipeableListView
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:09 -07:00
Nicolas Gallagher
eaa24ae91d
[change] Remove Slider
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
89bc074327
[change] Remove NetInfo
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
6c682bbb92
[change] Remove ListView
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
ece4e95d4d
[change] Remove ImageStore
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
cc5a5d7d27
[change] Remove ImageEditor
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
5a12430b50
[change] Remove CameraRoll
...
Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
fbdbfa5484
[change] Remove AsyncStorage
...
Ref #1352
Ref https://github.com/react-native-community/async-storage/issues/52
Ref https://github.com/facebook/react-native/issues/23313
2019-10-04 11:07:08 -07:00
Nicolas Gallagher
d4417e93a3
[change] Use classic CSS in View, Text, etc., implementations
...
The CSS base styles for certain primitives are implemented using classic CSS to
reduce browser layout times and better support 'null' values in
StyleSheet-defined styles. Combined with the previous patch this reduces the
benchmark layout times by about 30%.
Ref #1136
Fix #1044
Fix #1223
Fix #13
2019-03-12 13:00:57 -07:00
Alec Winograd
67979b7282
[add] TextInput support for "onContentSizeChange"
...
Fix #793
Close #1226
2019-03-11 14:14:13 -07:00
Nicolas Gallagher
3d3ea9aeed
[change] Remove ART export
...
Anticipate the removal of ART from React Native core:
https://github.com/facebook/react-native/issues/23313
Simplifies dependencies and builds for web apps.
Close #1251
2019-03-11 13:33:49 -07:00
krister
1e202b6bd5
[add] ScrollView support for pagingEnabled
...
Available in browsers that support CSS snappoints.
Fix #1057
Close #1212
Co-authored-by: Nicolas Gallagher <nicolasgallagher@gmail.com >
2018-12-23 18:05:29 +00:00
Nicolas Gallagher
ec6458c09d
Update some links in README
2018-11-15 10:09:14 -08:00
James Munro
a84c2ac95e
Add DataCamp to companies using react-native-web in production
...
Close #1176
2018-11-15 10:07:26 -08:00
Nicolas Gallagher
006d315a1a
Add example Next.js recipes
2018-11-10 11:07:54 -08:00
Nicolas Gallagher
f66af5e04d
Update Gatsby plugin link
2018-10-22 20:03:49 -07:00
David Calhoun
96c9c06272
Update the Docz integration link
...
Close #1102
2018-09-17 09:37:32 -07:00
Nicolas Gallagher
c7c1f29016
Reorganize documentation
...
Close #1092
Close #1095
2018-09-09 11:33:09 -07:00
Nicolas Gallagher
d0ca7585ab
Update docs
...
Close #960
2018-06-04 11:40:08 -07:00
Nicolas Gallagher
a8e5d43db5
Move 'website' to 'packages/website'
...
Keep all workspaces in the 'packages' directory.
2018-06-03 11:32:55 -07:00
Nicolas Gallagher
45095fd300
Documentation updates
2018-05-18 17:27:39 -07:00
Sébastien Lorber
8442f13e96
Add Gatsby integration to README
...
Close #868
2018-04-21 12:12:50 -07:00
MoOx
e022d166dd
Update Phenomic integration link to official example
2018-04-15 15:26:24 -07:00
Nicolas Gallagher
ce89b7e3ec
[change] move 'react-art' to peerDependencies
2018-04-02 14:31:26 -07:00
Nicolas Gallagher
4d391ef57c
Link to example integrations in README
2018-03-05 10:22:26 -08:00
Nicolas Gallagher
780df69a80
Update link to Glitch starter
2018-03-01 19:37:12 -08:00
Nicolas Gallagher
a314d5b2e4
[change] MIT license
...
Now possible to license under MIT following the change to React Native's
license.
26684cf3ad
Fix #828
2018-02-17 12:23:45 -08:00
Nicolas Gallagher
fb4635e013
Update README's
2018-02-08 16:09:56 -08:00
Nicolas Gallagher
f163e4f16f
Use full URLs for README links
2018-01-18 09:50:14 -08:00
Nicolas Gallagher
69e0396fb1
Minor README edit
2018-01-05 16:35:39 -08:00