Commit b56706b
authored
fix(crnl): fix nitro modules android template (#765)
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->
### Summary
Android doesn't build at the moment when choosing the new nitro modules
implementation.
These changes fixed my issues.1 parent 78cb910 commit b56706b
File tree
2 files changed
+2
-2
lines changed- packages/create-react-native-library/templates
- native-common/android
- nitro-module/android/src/main/java/com/margelo/nitro/{%- project.package_dir %}
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments