Skip to content

Commit

Permalink
just -> only
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 15, 2022
1 parent 89d9459 commit ead38cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-app-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) {
}
```
When the app loads, this file will take care of registering the Native Components and Modules which provide native sources. By default we just provide the autolinked libraries as this allows you to use those libraries.
When the app loads, this file will take care of registering the Native Components and Modules which provide native sources. By default we only provide the autolinked libraries as this allows you to use those libraries.
This is the only C++ file you'll have to add to your project, and the infrastructure will take care of the rest.
Expand Down

0 comments on commit ead38cf

Please sign in to comment.