Balasubramanian.M

Results 10 issues of Balasubramanian.M

**Env:** xcode: 10 react-native: 0.57.2 react-native-fetch-blob: 0.10.7

Do we have reconnecting callbacks implementation? What happens if network quality goes down or completely off?

enhancement
help wanted

Is it possible to create without using background Image? I want to show the **parent content** on top of the **background blur view** in **modal**. Similar kind of this: ![blur...

## Environment I am upgrading two react native project from 0.59.10 to 0.63.2. The project A was successfully upgraded. But facing a problem with the project B (**only for ios....

bug report

**Describe the bug** I am using both lib react-native-camera (for using MLKit) and react-native-camera-kit. But this lib has an issue when react-native-camera is used in app. **To Reproduce** Steps to...

I could not able to scroll the flatList fully. Whatever the content added inside the ParallaxScrollView, could not able to see till the end. I can see the content until...

### Steps to reproduce 1. connect to room 2. one participant in the room 3. local video ON for a while (around 5-10 min ??) 4. Go background, foreground, background,...

:beetle: **Description** Getting this error in only iOS immediately at app launch. ![Simulator Screen Shot - iPhone 13 mini - 2022-04-24 at 19 47 18](https://user-images.githubusercontent.com/6050520/164981112-780ba8d1-8174-4a58-bac9-b5ea55565579.png) :beetle: **What have you tried?**...

question

How can we add Padding and other styles into highlighted words?

Redux.createStore is not a function. ``` const reducer = () => []; const store = Redux.createStore(reducer); ``` what would be the issue ?