Skip to content

Conversation

@stevensJourney
Copy link
Collaborator

@stevensJourney stevensJourney commented Oct 3, 2023

A standard app created with npx react-native@latest init [appname] that included this package would crash when reloading on Android due to the error below:

No implementation found for void com.reactnativequicksqlite.QuickSQLiteBridge.clearStateNativeJsi() (tried Java_com_reactnativequicksqlite_QuickSQLiteBridge_clearStateNativeJsi and Java_com_reactnativequicksqlite_QuickSQLiteBridge_clearStateNativeJsi__)

This PR registers the native method, fixing the missing implementation error and allowing reloading of Android apps.

@stevensJourney stevensJourney marked this pull request as ready for review October 3, 2023 12:19
rkistner
rkistner previously approved these changes Oct 3, 2023
@stevensJourney stevensJourney force-pushed the fix/react-native-reload branch from ecdce10 to d8ffb15 Compare October 3, 2023 13:32
@stevensJourney stevensJourney merged commit 2fe5506 into main Oct 3, 2023
@stevensJourney stevensJourney deleted the fix/react-native-reload branch October 3, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants