Lionel Bertrand

Results 13 comments of Lionel Bertrand

same error after update native-base, see this repo for reproductible error https://github.com/lobor/nativebase-nextjs

I found a workaround. The problem is server side renderer (SSR), so load `NativeBaseProvider` in browser and not in server ```typescript // _app.tsx import "../styles/globals.css"; import React, { useEffect, useState...

I have same error with isSSR

I use Nextjs for the easy configuration. it's very simple, not created router, wrapper, ... all in one. SEO in not a problem we have chosen [tamagui](https://github.com/tamagui/tamagui) for design system,...

Sorry but with any code, screen or reproduction repo i can't help you

if you add this on your Input ? ```typescript e.stopPropagation()} ... /> ``` I know that is not good solution but work and is not blocking