Skip to content

Commit 1ec9d9c

Browse files
committed
Add a few more Credits
Add these guys to the Credits: * @karol-bisztyga * @piaskowyk * @Szymon20000 * @iamyellow
1 parent a5885b7 commit 1ec9d9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ console.log(`Fibonacci Result: ${result}`)
102102

103103
* You can run any JavaScript code you want in there.
104104
* You can use variables from "outside" (e.g. state), but those will be immutable/frozen.
105-
* You can use functions from "outside".
105+
* You can use functions from "outside".
106106
- Worklets (functions with the `'worklet'` directive) can be called synchronously
107107
- Normal JS functions (e.g. setState) can be called with `runOnJS`
108108
- Native JSI functions ("host functions") can be called synchronously (e.g. functions from [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv#usage))
@@ -121,6 +121,10 @@ MIT
121121
## Credits
122122

123123
* [react-native-reanimated](http://github.com/software-mansion/react-native-reanimated) for Shared Value adapting, essentially allowing JSI multithreading
124+
* [**@karol-bisztyga**](https://github.com/karol-bisztyga) and [**@piaskowyk**](https://github.com/piaskowyk) for helping me understand a few parts of Reanimated better
125+
* [**@Szymon20000**](https://github.com/Szymon20000) for taking time to review and merge my Reanimated PRs
126+
* [JNI tips](https://developer.android.com/training/articles/perf-jni) and [fbjni](https://github.com/facebookincubator/fbjni) to make Android JNI interop easier
127+
* [**@iamyellow**](https://github.com/iamyellow) for being a huge help on the Android side
124128
* [Erik the Coder](https://www.erikthecoder.net/2019/03/30/async-does-not-imply-concurrent/) for the Icon
125129
* You, for appreciating my work
126130

0 commit comments

Comments
 (0)