An open API service indexing awesome lists of open source software.

https://github.com/krystofwoldrich/repro-java-cpp-error


https://github.com/krystofwoldrich/repro-java-cpp-error

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# repro-java-cpp-error

## How to reproduce

1. cd TurboModuleTest_0_70
2. yarn android

Current-Unexpected: The app will crash on CPP error.
Expected: The app will crash on Java Exception.

1. cd TurboModuleTest_0_71
2. yarn android

Expected: The app will crash on Java Exception.
Suspicious: The stack trace looks exactly the same as on legacy architecture.