Zachary Ebenfeld
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.  If you remove that style (change back to position absolute),...