We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a96595 commit 4182a7cCopy full SHA for 4182a7c
readme.md
@@ -110,6 +110,9 @@ const styles = StyleSheet.create({
110
111
```
112
113
+### Usage in Expo
114
+[Example for expo projects](https://snack.expo.dev/tTSGEcb5J)
115
+
116
### Loader files
117
118
You can find free lottie files for your loaders [here](https://lottiefiles.com/search?q=loader).
@@ -127,7 +130,7 @@ You can find free lottie files for your loaders [here](https://lottiefiles.com/s
127
130
|**`loop`**| A boolean flag indicating whether or not the animation should loop. | `true` |
128
131
129
132
## Work in Progress
-- [ ] Add expo example
133
+- [x] Add expo example
134
- [ ] Add ability to render text with animations
135
- [ ] Add test cases
136
0 commit comments