Commit Graph

279 Commits

Author SHA1 Message Date
Thibault Malbranche 6c911952c5
Merge pull request #49 from react-native-community/renaming/rct-rnc
Renaming/rct->rnc to fix ios build
2018-09-19 10:21:19 +02:00
Thibault Malbranche aca9c2e31f Removed useless state and cleaned componentWillMount 2018-09-19 01:33:57 +02:00
Thibault Malbranche 71cc1042f8 Merge branch 'cleaning-ios-wkwebview' into renaming/rct-rnc-android 2018-09-19 01:25:56 +02:00
Thibault Malbranche 1ab70c8795 Merge branch 'renaming/rct-rnc' into cleaning-ios-wkwebview 2018-09-19 01:25:25 +02:00
Thibault Malbranche 7df0ccd24e Updated ref to use react.createRef 2018-09-19 01:25:02 +02:00
Thibault Malbranche 56650cfe5c Changed ref to use react.createRef 2018-09-19 01:24:06 +02:00
Thibault Malbranche fcc35cec09 Renamed RNC on android too to stay consistent with iOS 2018-09-19 01:19:06 +02:00
Thibault Malbranche 68ca85141a Removed extra file 2018-09-19 01:11:33 +02:00
Thibault Malbranche 2dea7b53ce RNC changes ios JS 2018-09-19 00:46:19 +02:00
Thibault Malbranche 15c529a333 RNCWorkspace 2018-09-18 18:33:51 +02:00
Thibault Malbranche 8650098581 Revert "Last native change"
This reverts commit 2444940540.
2018-09-18 18:33:22 +02:00
Thibault Malbranche 2444940540 Last native change 2018-09-18 18:33:06 +02:00
Thibault Malbranche 0de29728a6 Native Changes 2018-09-18 18:32:16 +02:00
Jamon Holmgren 12c3567484
Merge pull request #44 from erjanmx/fix-readme-typo
Fix readme typo
2018-09-18 08:56:36 -07:00
Thibault Malbranche f486eb2dde FIX build iOS 2018-09-18 14:56:43 +02:00
Thibault Malbranche ca0e50e91b
Merge pull request #46 from maxammann/patch-1
Fix compilation by renaming a class usage
2018-09-17 17:29:04 +02:00
Max Ammann f95cdd8f80 Fix compilation by renaming a class usage 2018-09-17 17:25:04 +02:00
Erjan Kalybek 74eb6a337b Fix typo 2018-09-16 22:13:48 +02:00
Thibault Malbranche 8da81b22d4
Merge pull request #42 from react-native-community/import/0c576ef-allow-file-access-android
Import/0c576ef allow file access android
2018-09-14 09:40:53 +02:00
Thibault Malbranche e3127bb066 fix flow 2018-09-14 01:22:47 +02:00
Thibault Malbranche 10054e10ab Added flow type 2018-09-14 01:14:31 +02:00
Thibault Malbranche 220d7a1973 Merge branch 'master' into import/0c576ef-allow-file-access-android 2018-09-14 01:09:50 +02:00
Thibault Malbranche 62b560a546 imported 0c576ef84a 2018-09-14 01:09:39 +02:00
Thibault Malbranche 619ff5aa0a
Merge pull request #41 from react-native-community/import/20366-escape-android
Imported https://github.com/facebook/react-native/pull/20366
2018-09-14 00:48:03 +02:00
Thibault Malbranche 4a23b51cbe fix formatting 2018-09-14 00:38:40 +02:00
Thibault Malbranche 2e3232caa0 imported https://github.com/facebook/react-native/pull/20366 2018-09-14 00:36:29 +02:00
Thibault Malbranche 227756a0fc
Merge pull request #37 from dulmandakh/rn-0.57
depends on react-native@^0.57
2018-09-11 22:01:42 +02:00
Dulmandakh 8c60e5afcf depends on react-native@^0.57 2018-09-12 04:00:12 +08:00
Thibault Malbranche f1e3506121
Merge pull request #34 from dulmandakh/android-tooling
try reuse Android tooling config from React Native + change compile to implementation
2018-09-11 21:44:52 +02:00
Dulmandakh 2cd5a421c8 use SDK 27, build tools 27.0.3 2018-09-12 03:34:09 +08:00
Dulmandakh 0f7091ba14 Revert "use compile instead of implementation to support gradle plugin 2.x used in RN 0.56" 2018-09-12 03:31:44 +08:00
Thibault Malbranche e30fb3a69e
Merge pull request #35 from react-native-community/maintainers-titozzz
Add @Titozzz to maintainers
2018-09-11 18:03:21 +02:00
Thibault Malbranche 826fcde98e
update url 2018-09-11 18:03:10 +02:00
Jamon Holmgren cd0f0679a6
Add @Titozzz to maintainers 2018-09-11 08:56:45 -07:00
Dulmandakh 1461ba26e2 use compile instead of implementation to support gradle plugin 2.x used in RN 0.56 2018-09-11 17:22:54 +08:00
Thibault Malbranche 3f2dd70b94
Merge pull request #32 from empyrical/flow-check
Add WebView Flow types
2018-09-11 11:21:08 +02:00
empyrical c3e2443d24
Restore minimum react native version ^0.56 2018-09-10 22:02:38 -06:00
Dulmandakh c4fde1d323 try reuse tooling config from React Native 2018-09-11 11:02:16 +08:00
empyrical 66ecb8b324
Add note to README.md about flow types 2018-09-10 18:47:52 -06:00
empyrical 22686d0371
Re-organize platform-specific types 2018-09-10 18:46:07 -06:00
empyrical 795dffb6a7
Clean up flow types 2018-09-10 18:46:07 -06:00
empyrical 133f1e36bc
Add WebView Flow types 2018-09-10 18:46:07 -06:00
Jamon Holmgren 13ab5d6b41
Merge pull request #3 from react-native-community/webkit-default
Defaults to WKWebView instead of UIWebView
2018-09-10 14:58:52 -07:00
Jamon Holmgren 236e613421 Defaults to WKWebView instead of UIWebView 2018-09-09 16:15:00 -07:00
Jamon Holmgren 14b2f8a3a9
Merge pull request #1 from Titozzz/master
Add support for cocoapods
2018-09-09 15:57:27 -07:00
Thibault Malbranche dd6e126d15 woopsie, fix typo 2018-09-09 19:39:38 +02:00
Thibault Malbranche c9e04603d7 CocoaPods implementation 2018-09-09 19:36:28 +02:00
Jamon Holmgren 3510a9123f README pre-release warning 2018-09-08 17:16:46 -07:00
Jamon Holmgren 8f4c76704b Minor README tweak 2018-09-08 17:11:32 -07:00
Jamon Holmgren 04ed1c7ad2 Minor README tweak and bump version to 0.1.0 2018-09-08 17:03:46 -07:00