JeremyColton
JeremyColton
Hi, In the /dist/InfiniteList.js there's a Scroller class that has a activatePullToRefresh API. How can I use this in the infinite list? Many thanks.
I am trying to init the AppsFlyer in my Expo 46 project on my Android emulator (Pixel_4 phone running Android API 28). Here's my package.json: ``` "dependencies": { "@react-native-async-storage/async-storage": "~1.17.3",...
Hi, I am using jquery 1.9.1 and your library. When running it I get 'module' is undefined. Any clue? Many thanks.
Hi, You wrote in your main doc page: 'To display a modal component "on top" of another component, both routes (the ModalRoute and the Route that renders the other component)...
Using Veasy 1.7.1. I updated your example schema to: ``` this.formSchema = { title: { minLength: [3, 'Min length is 3'] }, description: { minLength: 5 }, answer: { default:...
Using Veasy 1.7.1, I updated your example formSchema in app.js to: `title: { minLength: [3, 'Min length is 3'] },` When I click in the field the first time I...
Using Veasy 1.7.1 I updated your example schema to: ``` this.formSchema = { title: { minLength: [3, 'Min length is 3'] }, description: { minLength: 5 }, answer: { default:...
Eg can this component https://www.npmjs.com/package/react-upload-file be integrated with Veasy so it can validate file types, size, image dimensions?