Ganesh Singh Papola

Results 12 issues of Ganesh Singh Papola

It is working great on android device. But seems Broken on my IOS. I have latest xcode 12.5. Lot of language translations coming in English. Where Android is showing them...

Native Base Tabs has thin grey hair line I have tried following - `noShadow={true} hasTabs={true} tabContainerStyle={{elevation: 0}} tabBarBackgroundColor={'transparent'} tabBarUnderlineStyle={{ borderBottomWidth: 0, backgroundColor: 'transparent'}}` **Screenshots** ![Screen Shot 2021-11-23 at 2 58...

on ios there is an issue due to old ```react-native-webview``` version used. Please update the package to remove this error - ``` Deprecated API Usage - New apps that use...

Screen is bouncing up and down when jumping to any text input

On react native build - ```Value of type 'RCTBaseTextInputView' has no member 'nativeEventCount' ``` ![Screen Shot 2021-07-12 at 2 28 11 AM](https://user-images.githubusercontent.com/19851598/125240952-6fcecf00-e308-11eb-8b64-aa178b43f387.png) "react-native-text-input-mask": "^3.1.4" "react-native": "0.63.0" xCode 12.5

I am getting this error - ```TypeError: onStreamsUpdated is not a function``` with sessionHelper . ``` createSession({ apiKey: obj.apikey, sessionId: obj.Session_ID, token: obj.token, onStreamsUpdated: streams => { console.log('Current subscriber streams:',...

How to create custom events / listeners on a session. I can listen on predefined events like ```mediaStopped or streamCreated or connected or disconnections...``` How can we make custom events...

I wanted to fetch current starting week day date or name, or if we can add any action for the first day of week on left / right button?

```react-native-material-dropdown``` has dependency on ```react-native-material-textfield``` latest react native has removed proptypes which is causing the issue on ```react-native-material-textfield``` please remove proptypes or fix this

Minimum 3 dots with customisable number like 5 dots bouncing ..

enhancement
help wanted