Open shamkarthik opened 1 year ago
Hi @shamkarthik, I faced the same issue while adding NB to the new fresh RN latest project. I was able to solve this by rebuilding the app after adding the package. Hope this works for you too. Let me know if you this get resolve for you as well.
Have you already solved this problem? I have encountered the same problem as you.
any updates?
Description
I was trying to integrate NativeBase with React Native 0.72.3
CodeSandbox/Snack link
na
Steps to reproduce
updated App.tsx as given in the docs
const App = () => { return (
); };
export default App;
error