Commit Graph

  • bbd98d5c46 Fixed crash when textinput's default value exceeds maxLength (#24084) zhongwuzw 2019-03-22 03:42:20 -07:00
  • cd8064bc5c Add CocoaPods Podfile to the project template (#23563) Ville Immonen 2019-03-22 03:26:05 -07:00
  • 27e727968a Add copy for surface registry when return enumerator (#24056) zhongwuzw 2019-03-21 23:34:14 -07:00
  • ef512194a6 Implement struct arguments for methods Ramanpreet Nara 2019-03-21 17:31:40 -07:00
  • 3e8d2a18d7 iOS: undefined prop in an object shouldn't become [NSNull null] in the dictionary Kevin Gozali 2019-03-21 16:59:30 -07:00
  • dd9959ab0e JSBigString to map via MAP_PRIVATE not MAP_SHARED Peter Ammon 2019-03-21 14:18:28 -07:00
  • dcc40a6267 JSI es6 Symbol impl for JSCRuntime Marc Horowitz 2019-03-21 13:30:21 -07:00
  • 7ccec333e9 sync with upstream jsi Marc Horowitz 2019-03-21 13:30:21 -07:00
  • aad4dbbbfe OkHttp is more strict than other http libraries. (#21231) Sergei Dryganets 2019-03-21 11:09:19 -07:00
  • fe3aebf87b fix: Start Metro packager from project root (#24070) Matthieu Lemoine 2019-03-21 11:05:48 -07:00
  • 73245555cd js1 upgrade jest adds a caret (^) Christoph Nakazawa 2019-03-21 11:02:46 -07:00
  • 13351e6acf Bundle size reduction (#23968) Matt Hargett 2019-03-21 11:02:46 -07:00
  • de18977b42 Fixed native animated crash because of thread-safe issue (#24063) zhongwuzw 2019-03-21 10:59:31 -07:00
  • c8e26e6ac4 Fix eslint glob for .test.js and .spec.js files. (#24088) michalchudziak 2019-03-21 08:31:01 -07:00
  • 395197dafe Add .eslintrc to RN project template (#23901) michalchudziak 2019-03-21 07:07:54 -07:00
  • 3c2300f4fe Fix license headers David Aurelio 2019-03-21 04:53:57 -07:00
  • 15619c22e5 Fix PerfMonitor appearance when reloading JS (#24073) Lukas Kurucz 2019-03-21 03:17:58 -07:00
  • 25a58d7bbb Consolidate shared_mutex with better::shared_mutex (#24075) zhongwuzw 2019-03-21 00:13:39 -07:00
  • b7c2c82c89 Thread through-return value from evaluateJavaScript() Jacob Bower 2019-03-20 23:06:52 -07:00
  • 9ede538b75 Fabric: Removing an assert in YogaLayoutableShadowNode Valentin Shergin 2019-03-20 18:05:07 -07:00
  • 95b05c0d82 Revert D14425373: [react-native][PR] [iOS] Remove explicitly add png file extension when load local image Valentin Shergin 2019-03-20 14:37:46 -07:00
  • b3c74967ca improve RTL (#24069) Dulmandakh 2019-03-20 11:21:12 -07:00
  • 7fce997ea5 Stops endless logging by packager client for debug builds that use static bundles. (#24050) David Wong 2019-03-20 10:56:27 -07:00
  • e3f9d7e82c Fabric: Disabling custom ("better") containers in DEBUG mode Valentin Shergin 2019-03-20 09:20:43 -07:00
  • 000bf3d936 created a new class YogaNodeJNI which extends YogaNodeJNIBase and using YogaNodeJNi for new object creation Sidharth Guglani 2019-03-20 08:54:27 -07:00
  • cb0d61d533 allow HTTP in debug builds (#24066) Dulmandakh 2019-03-20 08:39:58 -07:00
  • 5c91595d63 JNI: Simplify node context David Aurelio 2019-03-20 08:39:34 -07:00
  • aa10b3f293 Null check on Picker Items (#24057) Rahul kishan M 2019-03-20 07:50:59 -07:00
  • 80743eb7b1 renamed YogaNodeJNI to YogaNodeJNIBase Sidharth Guglani 2019-03-20 07:47:01 -07:00
  • 84feec2adc Remove AlertIOS Christoph Nakazawa 2019-03-20 06:05:05 -07:00
  • 23ef604d41 chore: update Jest preset to align with Jest 24 (#24062) Michał Pierzchała 2019-03-20 04:49:59 -07:00
  • 5dd6908b25 Fix RCTJavaScriptLoader loadBundleAtURL error case (#23837) Changnam Hong 2019-03-20 04:46:46 -07:00
  • 02e8e531dd Fix #24053 prevent division by zero error in VirtualizedList debug overlay (#24058) Bartol Karuza 2019-03-20 01:38:03 -07:00
  • 7ae90408c9 Fixed surface presenter observer (#24048) zhongwuzw 2019-03-19 22:11:32 -07:00
  • a98f342191 Reorder prepareForRecycle before adding recycle pool (#24025) zhongwuzw 2019-03-19 21:14:14 -07:00
  • e67aa427a8 Eliminate eslint npm version mismatch warnings and bump some to latest (#23969) Matt Hargett 2019-03-19 10:59:41 -07:00
  • c3475419a9 Add removeExtra() Alexey Lang 2019-03-19 10:14:55 -07:00
  • 1a635c6ade Update the license for RCTWrapperExample (#24037) Orta Therox 2019-03-19 08:47:36 -07:00
  • 156e483491 Remove -p calls from shasum. (#24036) cpojer 2019-03-19 08:45:36 -07:00
  • 7e37370ab5 add react_native_config to RNTester (#24033) ferrannp 2019-03-19 07:28:10 -07:00
  • abe737fe74 Proxy statics for the wrapped component Alexey Lang 2019-03-19 07:23:17 -07:00
  • 8fa116cc0e Fixed regression in SectionList caused by #21577 not being able to scroll to top on android (#24034) Danilo Bürger 2019-03-19 07:22:54 -07:00
  • 0827184c60 Add PointPrimitive Rick Hanlon 2019-03-19 06:25:06 -07:00
  • 7723c31329 Add ArrayTypeAnnotation Rick Hanlon 2019-03-19 06:25:06 -07:00
  • ae157883eb ShadowNode: Using state value for computing ShadowView hash Valentin Shergin 2019-03-18 23:40:52 -07:00
  • f24fd6e9ee Fabric: Using new shiny ShadowNode::getAncestors in LayoutableShadowNode Valentin Shergin 2019-03-18 23:38:12 -07:00
  • 4602bf5cc6 Fabric: Using ShadowNode::getAncestors in RootShadowNode::clone Valentin Shergin 2019-03-18 23:38:12 -07:00
  • be51d0564b Fabric: a new efficient implementation of ShadowNode::getAncestors() Valentin Shergin 2019-03-18 23:38:12 -07:00
  • 978e59aa92 Fabric: ShadowNodeFamily, maintaining a pointer to a parent family Valentin Shergin 2019-03-18 23:38:12 -07:00
  • 28e89e5081 Fabric: ShadowNodeFamily, the first steps Valentin Shergin 2019-03-18 23:38:11 -07:00
  • e0bbdbc040 Fabric: Removed declaration of ShadowNode::clearSourceNode() Valentin Shergin 2019-03-18 23:38:11 -07:00
  • b93221036a Fabric: Removed unnecessary call in RootShadowNode::clone Valentin Shergin 2019-03-18 23:38:11 -07:00
  • 50b40a41c0 Fabric: Tightening up some ShadowNode cloning semantics Valentin Shergin 2019-03-18 23:38:11 -07:00
  • e40a76715a Remove explicitly add png file extension when load local image (#23864) zhongwuzw 2019-03-18 22:59:56 -07:00
  • c2f5b676ff Refactor autofillHints API 26+ runtime check Héctor Ramos 2019-03-18 22:52:32 -07:00
  • 9a0047f368 Fabric: Explicit dirtying Yoga nodes for Text component (and co.) Valentin Shergin 2019-03-18 19:16:40 -07:00
  • ab86085caf Fabric: Correct checking for sealable flag with move semantic methods Valentin Shergin 2019-03-18 19:16:40 -07:00
  • 587087c4e7 Fabric: More asserts/invariant-checking in YogaLayoutableShadowNode Valentin Shergin 2019-03-18 19:16:40 -07:00
  • 55eaf30740 Fabric: Checking for HasNewLayout before applying layout metrics to ShadowNode Valentin Shergin 2019-03-18 19:16:40 -07:00
  • be6fa25d16 Fabric: Removing default implementation of some methods of LayoutableShadowNode Valentin Shergin 2019-03-18 19:16:40 -07:00
  • 32d5c7e1f3 Fabric: Checking getHasNewLayout in RootShadowNode Valentin Shergin 2019-03-18 19:16:38 -07:00
  • 72cd8716fd Fabric: Calling a base class copy constructor in YogaLayoutableShadowNode's copy constructor Valentin Shergin 2019-03-18 19:16:38 -07:00
  • 6bd67de4d3 Fabric: Being even smarter preserving dirty flag on Yoga nodes Valentin Shergin 2019-03-18 19:16:38 -07:00
  • d6d381180b Fabric: Being smarter preserving dirty flag on Yoga nodes Valentin Shergin 2019-03-18 19:16:38 -07:00
  • 62d340910a There is a small gap in the SynchronizedWeakHashSet implementation. T… (#24015) Sergei Dryganets 2019-03-18 14:20:05 -07:00
  • f49f1812ed land androidx in gradle (#24014) Dulmandakh 2019-03-18 13:31:55 -07:00
  • 5ebef7a214 Fix Fabric animation association Spencer Ahrens 2019-03-18 13:24:57 -07:00
  • 8b206cab82 remove $FlowFixedInNextDeploy Jan Kassens 2019-03-18 13:22:04 -07:00
  • d6b2f78ad4 Added support for saving http and https URIs in the React Native CameraRoll module Alston Lin 2019-03-18 12:56:12 -07:00
  • 75af15ede4 use Conscrypt as security provider if available (#23984) Dulmandakh 2019-03-18 11:58:08 -07:00
  • eec2495a96 Resolve issue #23816, updated with recent merges (#23961) Ryan Elliott 2019-03-18 10:54:05 -07:00
  • 68825f9ca5 Fix prop overrides of TouchableWithoutFeedback (#23966) Alec Larson 2019-03-18 10:46:30 -07:00
  • 8266f61935 Change invalid bridge log level from error to warn (#24005) zhongwuzw 2019-03-18 10:43:52 -07:00
  • 17ca80a9c5 Fixed test_ios Switch test failed (#24009) zhongwuzw 2019-03-18 10:19:55 -07:00
  • 79be593f27 feat: validate config with jest-validate (#205) Michał Pierzchała 2019-03-18 09:25:14 -07:00
  • fa426cf05f - Add openSettings method to Linking module (#23965) Estevão Lucas 2019-03-18 08:03:05 -07:00
  • bce1e6f536 Fix and update end to end tests for Android (#23958) Casper Boone 2019-03-18 07:34:26 -07:00
  • 43d3313788 Fix bat file (#23967) Ali Akbar Azizi 2019-03-18 07:31:20 -07:00
  • 6047d42bc7 Add tests for Geolocation module (#23987) Georgios Andreadis 2019-03-18 07:26:27 -07:00
  • cc3f9a7538 Fix native implementation of Animated.modulo (#23973) Max Komarychev 2019-03-18 07:22:55 -07:00
  • f541c34067 Add tests for utilities (#23989) Casper Boone 2019-03-18 07:22:41 -07:00
  • 65a8a51556 Add missing mock for AccessibilityInfo (#23982) Estevão Lucas 2019-03-18 07:11:55 -07:00
  • 5558333c60 Update React Native to use latest CLI (#23940) Mike Grabowski 2019-03-18 06:11:15 -07:00
  • 8d5ac8de76 Migration of RN-Android OSS tests to Android X David Vacca 2019-03-17 08:03:31 -07:00
  • 5613aa8948 flow v0.95 Marshall Roch 2019-03-16 09:08:52 -07:00
  • d6ee448e15 fix switch trackColor on Android. fixes #23962 (#23977) Dulmandakh 2019-03-16 07:30:04 -07:00
  • 508daf2c21 Upgrade mobile BUCK and .bzl files to use C++14 Yedidya Feldblum 2019-03-16 02:21:26 -07:00
  • 97e6ea1371 Fabric: working podspecs & works in RNTester (#23803) ericlewis 2019-03-15 23:56:17 -07:00
  • 845189c17d Turn off Metro JS Deltas by default for Android Peter Argany 2019-03-15 17:30:22 -07:00
  • 34499002f2 fbios BottomSheet implementation Joshua Gross 2019-03-15 14:27:26 -07:00
  • ac482cfc64 upgrade eslint-plugin-relay to 1.3.0 Jan Kassens 2019-03-15 14:16:56 -07:00
  • 0ceaaf0cf6 Revert D14472633: [react-native][PR] Update React Native to use latest CLI Adam Ernst 2019-03-15 14:03:04 -07:00
  • d4aa1e7a52 Do not use autofill methods on Android APIs older than Oreo (26) Héctor Ramos 2019-03-15 11:49:18 -07:00
  • 7d84d0dc07 Remove react-clone-referenced-element dependency (#23933) James Ide 2019-03-15 11:33:53 -07:00
  • 80ccbdcfa0 TurboModules: add podspec (#23927) ericlewis 2019-03-15 11:27:26 -07:00
  • 942bf4054d Fixed minuteInterval invalid in time mode (#23923) zhongwuzw 2019-03-15 11:18:36 -07:00
  • 40de0495b9 - add more iOS flags into AccessibilityInfo (#23913) Estevão Lucas 2019-03-15 11:17:42 -07:00
  • af7efff955 Move Bridge RCTSurfacePresenterStub category implementation to .m file (#23888) zhongwuzw 2019-03-15 11:13:41 -07:00
  • 1fe4799a88 Update React Native to use latest CLI (#23940) Mike Grabowski 2019-03-15 11:04:03 -07:00
  • 2fdd7c9b43 Clean up screenshot infra copyright headers Peter Argany 2019-03-15 10:05:34 -07:00