udot-a

Results 6 comments of udot-a

I have the same issue. Do you have any ideas on how to resolve it?

import React, { useEffect, useMemo, useRef, useState } from 'react'; import s from '../styles/commonStyles'; import * as helpers from '../styles/helpers'; import colors from '../styles/colors'; import { View, StyleSheet } from...

I have the same issue. Do you have any ideas about when it will work?

I fixed this issue by adding ScrollView from react-native-gesture-handler library. There is an example: ``` import React, { useCallback, useRef, useMemo } from 'react'; import { StyleSheet, View, Text, Button...

I've just added ScrollView from react-native-gesture-handler inside BottomSheetModal and all fine