Christoph Purrer
Christoph Purrer
Summary: Changelog: [General][Fixed] [react-native-codegen] react-native-codegen : Add Map / indexed object support for TypeScript parser In flow we can expose Maps via the following syntax in TM specs ` +getMap:...
Summary: Changelog: [General][Added] - Add a C++ only TurboModule example (for Android/iOS/macOS/Windows) [email protected] introduced a new bridging layer to ease integration for pure C++ TurboModules using C++ std:: types directly...
Summary: Changelog: [Android] [Changed] - Provide easy regristration of C++ TurboModules in rn-tester Android Differential Revision: D41069277
Summary: Changelog: [Internal] Differential Revision: D41078409
Summary: Changelog: [Internal] Differential Revision: D41028555
Summary: Add enum example to Android/iOS rn-tester TurboModule Changelog: [General][Added] - Add enum example to Android/iOS rn-tester TurboModule Differential Revision: D40711269
Summary: X-link: https://github.com/facebook/hhvm/pull/9357 When compiling react-native code with clang on Windows (using the MSVC STL) I am getting many errors as ``` 1 error generated. When running . When building...
Summary: Fixes some tech debug Changelog: [Fixed] Share re-defined defineReadOnlyGlobal(...) Differential Revision: D53340274
Summary: This enables to code-gen base C++ type for custom exported JS types from a RN TM spec - which have been previously excluded from code-gen. The only work around...
Summary: The flow parser *always* returns if a property IS `optional` (true|false) OR not The TypeScript one only emits `optional` if the prop is optional. The current `partialProperty` UTs are...