You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# react-native-jsi-template
1
+
# react-native-raw
2
2
3
3
This is an example library that explains how anyone can build jsi modules from scratch in React Native. This code is written as a support project for my [blog](https://blog.notesnook.com/getting-started-react-native-jsi/).
4
4
@@ -27,7 +27,7 @@ The relevant code is present in `cpp/example.cpp` file.
27
27
```
28
28
29
29
### Platform specific
30
-
The relevant code on android is in `android/cpp-adapter.cpp` and `ios/SimpleJsi.mm` on iOS.
30
+
The relevant code on android is in `android/cpp-adapter.cpp` and `ios/raw.mm` on iOS.
31
31
```ts
32
32
getDeviceName():string
33
33
@@ -38,7 +38,7 @@ The relevant code on android is in `android/cpp-adapter.cpp` and `ios/SimpleJsi.
0 commit comments