Open guytepper opened 1 month ago
I would like to work on this issue?
@Vivek1235 thank you! It's yours :)
Let's do it incrementally - start with migrating the date-picker-modal.android.tsx
file to the new library.
After that we can proceed to the other 2 occurrences: route-list-warning.tsx
and tip-thanks-modal.tsx
.
@Vivek1235 just heads up, the branch version/2.3.3
is the branch you should base your work on. main
might have build issues.
If you have any questions/issues don't hesitate to reach out! 🙏
I am not able to run the project on my system
@Vivek1235 what issue do you encounter? Please provide more details so we can help :)
I am getting this error when i try to run on ios simulator
@Vivek1235 It's not possible to run the iOS simulator on a Windows machine. Try running Android instead, you can follow the instructions here: https://reactnative.dev/docs/set-up-your-environment?os=windows&platform=android
@Vivek1235 are you still up to working on it? Totally okay if not :) But we want to get this done soon.
I tried working on that but unfortunately am not able to run the project on my system. Apologies for the late notice.
No worries, thanks for giving it a try 👍
Since
react-native-modal
isn't maintained anymore, we get warnings on Android related to it's reanimated usage.Let's replace it with
react-native-modalfy
, which is a maintained library, and offers better performance and features.