GeekyAnts / GeekyAnts/NativeBase

"RNCSafeAreaProvider" was not found in the UIManager.

Open
#5,774 3 comments 2 reactions 0 assignees View on GitHub
bug triage v3
Dominant language
TypeScript
Stars
20.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### Description

I was trying to integrate NativeBase with React Native 0.72.3

### CodeSandbox/Snack link

na

### Steps to reproduce

1. yarn add native-base react-native-svg@12.1.1 react-native-safe-area-context@3.3.2
2. updated App.tsx as given in the docs

```js

import {Box, NativeBaseProvider} from 'native-base';
import React from 'react';

const App = () => {
return (

NativeBase

);
};

export default App;
```

error:
image

### NativeBase Version

3.4.28

### Platform

- [ ] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next

### Other Platform

react native cli

### Additional Information

3. also tried giving safeareaprovider as such and still received the same error
```js
import {Box, NativeBaseProvider} from 'native-base';
import React from 'react';
import {SafeAreaProvider} from 'react-native-safe-area-context';

const App = () => {
return (


NativeBase


);
};

export default App;
```

error
![image](https://github.com/GeekyAnts/NativeBase/assets/53367916/bb998a88-da21-4356-8cb9-b3879fa5e9a1)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.