Zachary Ebenfeld

Results 5 comments of Zachary Ebenfeld

I haven't tried it, but I think it's worth noting here that on iOS onSubmitEditing isn't called when using keyboardType="phone-pad" https://reactnative.dev/docs/textinput#onsubmitediting. I guess that's why @rajivnarayana changed the keyboard type...

Using `enterKeyHint` is working great for me! https://reactnative.dev/docs/textinput#enterkeyhint It let me add a "Done" button above the keyboard that works to dismiss that keyboard

> I ran `npx gen types typescript --project-id Reference ID > db_types.ts` I got the error below: > > ``` > cp: cannot stat '/c/Users/Aladdin/AppData/Local/npm-cache/_npx/e32269122bb7f099/node_modules/.bin/template.gen': No such file or directory...

> > > Hey, I'm using `supabase: 1.12.2` and when I run the command above, I get an error: `Error: unknown flag: --project-id` > > > > > > I...

After the 1-2 seconds, the editor gains a style of position relative. ![Screen Recording 2023-04-28 at 11 54 26 PM](https://user-images.githubusercontent.com/77241170/235253066-101013e2-905a-4bcf-bdba-3eaf7c256d91.gif) If you remove that style (change back to position absolute),...