Commit Graph

298 Commits

Author SHA1 Message Date
Thibault Malbranche 7e0ef2354c Update package.json 2018-10-13 00:54:52 +02:00
Thibault Malbranche 8cb43c0722 Update package.json 2018-10-13 00:49:59 +02:00
Thibault Malbranche 0e34982477 Done 2018-10-13 00:40:20 +02:00
Thibault Malbranche d3747b6623
Merge pull request #71 from gianpaj/patch-1
Fix Android WebView when using UTF-8 characters (garbled output)
2018-10-09 16:12:01 +02:00
Gianfrancø Palumbo 513886775c
Fix Android WebView with garbled UTF-8 characters
taken from the last line of https://stackoverflow.com/a/10831462/728287
2018-10-09 12:14:28 +03:00
Thibault Malbranche 336cdc8559
Merge pull request #64 from phonezawphyo/master
Fix WKWebView memory leak
2018-09-30 23:18:57 +02:00
Jamon Holmgren 59931dd149
Merge pull request #65 from ryanlntn/super-important-fix
Crucial documentation fix
2018-09-29 11:14:42 -07:00
Ryan Linton 4f36d3f615 Super important documentation fix 2018-09-28 16:36:07 -07:00
phonezawphyo 02521f542c
Update RNCWKWebView.m 2018-09-29 01:10:12 +09:00
Jamon Holmgren 861e5538f5
Merge pull request #56 from react-native-community/docs-folder
Migrate Documentation
2018-09-20 08:31:58 -07:00
Jamon Holmgren 935e9518ee Docs updates 2018-09-19 21:20:56 -07:00
Jamon Holmgren f54a37f9d9 Imported custom iOS and Android webview docs (as-is, with warning) 2018-09-19 19:41:27 -07:00
Jamon Holmgren 0ce93a963a Added first draft of docs folder and documentation 2018-09-19 19:27:09 -07:00
Thibault Malbranche 7b21e7317d
Merge pull request #52 from react-native-community/cleaning-unused-state-and-will-mount
(Contains #51) Cleaning unused state and will mount
2018-09-19 11:02:55 +02:00
Thibault Malbranche 6e0ca8aa07 Merge branch 'master' into cleaning-unused-state-and-will-mount 2018-09-19 10:57:55 +02:00
Thibault Malbranche 82b142b25b
Merge pull request #51 from react-native-community/renaming/rct-rnc-android
(Contains #50) Renaming rct rnc android to stay consistent with iOS
2018-09-19 10:57:31 +02:00
Thibault Malbranche 7fee1d78f8 Merge branch 'master' into renaming/rct-rnc-android 2018-09-19 10:27:07 +02:00
Thibault Malbranche 6bfd29e754
Merge pull request #50 from react-native-community/cleaning-ios-wkwebview
(Contains #49) Cleaning ios wkwebview useless file
2018-09-19 10:26:05 +02:00
Thibault Malbranche fe3e62f98b Merge branch 'master' into cleaning-ios-wkwebview 2018-09-19 10:22:33 +02:00
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