Skip to content

Commit 0e1b564

Browse files
committed
fix format
1 parent 86f2bf9 commit 0e1b564

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,37 +156,31 @@ To replicate Figma design consistently on majority of mobile screen sizes, we sh
156156
## Other Recommended Solutions
157157

158158
- **Styling**
159-
160159
- [Restyle](https://github.com/Shopify/restyle), [Unistyles](https://www.unistyl.es/), [Nativewind](https://www.nativewind.dev/)
161160

162161
> Restyle follows a defined theme with strict type safety resulting in consistent and quickly built UI. It is very helpful when a designer defines majority of text variants which can be plugged into the theme and reused super easily. It has also responsive utilities that can make potential transition to a tablet app easier. Unistyles takes a similar approach but is newer and doesn't require special components. Nativewind is a newer library that is based on Tailwind CSS.
163162
164163
- **Notifications**
165-
166164
- [React Native Firebase Cloud Messaging](https://rnfirebase.io/messaging/usage) + [Notifee](https://github.com/invertase/notifee)
167165

168166
> Both managed by Invertase with latest notification features. Notifee is needed to change Foreground notifications to local ones. Expo-notifications, alternative to both, is also an option but only with native tokens, because using ExpoPushTokens is a strong lock-in, not easily reverted.
169167
170168
- **Forms**
171-
172169
- [React Hook Form](https://github.com/react-hook-form/react-hook-form) + [Zod](https://github.com/colinhacks/zod)
173170

174171
> RHF offers many more utilities (and less bugs) than Formik, e.g. to name one, with `setFocus(fieldName)` one does not have to setup own refs for inputs. Zod for validation is typescript first and type inference is very reliable and useful.
175172
176173
- **Bottom Sheets and Modals**
177-
178174
- [React Native Bottom Sheet](https://github.com/gorhom/react-native-bottom-sheet)
179175

180176
> Reliable all-in-one solution with good Keyboard Handling options
181177
182178
- **Swiping content**
183-
184179
- [React Native Pager View](https://github.com/callstack/react-native-pager-view)
185180

186181
> From Callstack, actively maintained and already supporting the new Architecture, uses native components.
187182
188183
- **In-App Purchases**
189-
190184
- [React Native Purchases](https://github.com/RevenueCat/react-native-purchases)
191185

192186
> Ready-to-go solution from RevenueCat, used on Arnold and Showdown projects.

0 commit comments

Comments
 (0)