@react-native/codegen 0.77.0-nightly-20241107-0ca2ba082 → 0.77.0-nightly-20241109-7794d7af4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1707,6 +1707,7 @@ const REAL_MODULE_EXAMPLE = {
1707
1707
  };
1708
1708
  const CXX_ONLY_NATIVE_MODULES = {
1709
1709
  modules: {
1710
+ // $FlowFixMe[incompatible-type]
1710
1711
  NativeSampleTurboModule: {
1711
1712
  type: 'NativeModule',
1712
1713
  aliasMap: {
@@ -1717,6 +1717,7 @@ const REAL_MODULE_EXAMPLE: SchemaType = {
1717
1717
 
1718
1718
  const CXX_ONLY_NATIVE_MODULES: SchemaType = {
1719
1719
  modules: {
1720
+ // $FlowFixMe[incompatible-type]
1720
1721
  NativeSampleTurboModule: {
1721
1722
  type: 'NativeModule',
1722
1723
  aliasMap: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.77.0-nightly-20241107-0ca2ba082",
3
+ "version": "0.77.0-nightly-20241109-7794d7af4",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {