Youssef Eddibili

Results 4 comments of Youssef Eddibili

Hi @cipolleschi, I'd like to help with this task. Thanks! > Extract the content of the case 'NumberTypeAnnotation' ([Flow](https://github.com/facebook/react-native/blob/b444f0e44e0d8670139acea5f14c2de32c5e2ddc/packages/react-native-codegen/src/parsers/flow/modules/index.js#L370-L372), [TypeScript](https://github.com/facebook/react-native/blob/00b795642a6562fb52d6df12e367b84674994623/packages/react-native-codegen/src/parsers/typescript/modules/index.js#L405-L407)) into a single emitNumber function in the parsers-primitives.js file. Use...

@cipolleschi, I would like to help with this task too > Extract the content of the case 'VoidTypeAnnotation' ([Flow](https://github.com/facebook/react-native/blob/b444f0e44e0d8670139acea5f14c2de32c5e2ddc/packages/react-native-codegen/src/parsers/flow/modules/index.js#L375-L377), [TypeScript](https://github.com/facebook/react-native/blob/00b795642a6562fb52d6df12e367b84674994623/packages/react-native-codegen/src/parsers/typescript/modules/index.js#L410-L412)) into a single emitVoid function in the parsers-primitives.js file. Use...

Am trying to do the same thing ! Have you managed to do that @a-karthi ?

@Mahmood-AlHajjo in case it helps ! I managed to use this package with the new architecture using the[ Interop Layer](https://github.com/reactwg/react-native-new-architecture/discussions/135). You will have to edit `react-native.config.js ` ```js module.exports =...