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.
https://github.com/facebook/react-native/commit/26684cf3adf4094eb6c405d345a75bf8c7c0bf88
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
Nicolas Gallagher
1776891736
Improve project introduction and guides
...
Adopt the structure of the React README and improve the contribution
guidelines to include Facebook's CoC. Fix various links following the
move to a monorepo.
2017-12-26 09:12:15 +00:00
Nicolas Gallagher
3026465ae3
Monorepo
...
Introduces a monorepo structure, relies on yarn workspaces to share
dependencies, and lerna for syncing versions across the monorepo.
* Create 2 workspaces:
'packages' and 'website'
* Create 2 public packages:
'babel-plugin-react-native-web' and 'react-native-web'
* Create 1 private package:
'benchmarks'
A simple release script runs the tests, builds the package assets,
increments the package version numbers, git commits and tags, publishes
the package to npm, pushes the changes to github, and releases the
website update.
Close #657
2017-12-24 12:33:41 +00:00
Nicolas Gallagher
ed1e45a43d
Link to yarnpkg website instead of npmjs
2017-12-20 11:13:17 +00:00
Nicolas Gallagher
d1e49e06e6
Remove unmaintained starter kit
2017-12-18 17:49:51 +00:00
Nicolas Gallagher
0d29458874
Remove links to unmaintained starter kits
2017-09-28 13:04:21 -07:00
Amogh Banta
1795bae8b5
Add re-start to starter kits
2017-09-27 09:06:45 -07:00
Nicolas Gallagher
c1152ee09a
Update README install instructions
2017-09-26 10:30:48 -07:00
Nicolas Gallagher
917b06a690
Update README
2017-09-13 11:27:36 -07:00
Nicolas Gallagher
8756c20ade
Minor changes and fixes to docs
2017-08-09 09:44:36 -07:00
Nicolas Gallagher
08ee7c83bb
Minor starting documentation improvement
2017-07-30 18:45:08 -07:00
Nicolas Gallagher
7f81e313ed
Add link to Glitch playground
2017-07-22 10:43:25 -07:00
Nicolas Gallagher
d4b1fde9cf
Rewrite interactive documentation
...
Ref #491
2017-06-29 11:33:25 -07:00
Nicolas Gallagher
c7f287b207
Update React packages
2017-06-18 13:10:58 -07:00
Nicolas Gallagher
7ae2a5e188
Update README
2017-06-11 16:18:23 -07:00
Nicolas Gallagher
6aa2ac1f70
Remove ListView docs
2017-06-09 14:50:03 -07:00