kanth vagale

Results 1 comments of kanth vagale

Adding padding to bottom of the scrollview(only for android 15) on keyboard show/hide with keyboardAvoidingView(for android 14 and below) did the job for me. ```tsx import { useEffect, useState }...