Ajayi Thadeus
Ajayi Thadeus
@Jacky-Xu I was stuck to so I tried this: calendarView.setSelectionManager(new BaseSelectionManager() { @Override public void toggleDay(@NonNull Day day) { Toast.makeText(getContext(), day.toString(), Toast.LENGTH_SHORT).show(); } @Override public boolean isDaySelected(@NonNull Day day) {...
@rahulbtops did you find a solution to this ? In my case, iOS connects to iOS and call establishes, but android neither connects to iOS or android.
> @rahulbtops / @ThadeusAjayi can you provide any logs from the android logs? (don't restrict them to your RN app, just get all the logs from the android device) An...
As stated by @Sulaiman90 the snippet for the lessons are made with a version rather earlier than 11.0.X and as such when you compile you would find that there are...
@IyiolaOwabumowa What worked for me was more of a downgrade of paystack version running in react-native-paystack; rm -rf node_modules Delete Pods folder under the ios folder Change paystack version in...