nihp
nihp
I am using twitter kit. My app rejected and failed to upload to the testflight. How can I replace the twitter it in the objective -c app. I am not...
@shehabic @shehabic-work Any update. How the white color will be change to transparent. I hae modified my layout, But unable to remove the white background. Did you have any suggestion
My service is like Steps: 1. First I will hit the login call to get the token (This has a separate retrofit without setting the header) (I got token as...
I am getting cannot make a new request because the previous response is still open: please call response.close(). Any solution?
npm install && react-native link not worked for me. Any other solution
@mnichols I am trying to get the token from the user pool. I don't know where i have lost. I can't able to create a user in the pool(Users and...
Same error for me also. When i tried to run from the command line "react-native run-ios" it does not working, but it working when trying with xcode.
**Follow the steps** ============ ``` 1. Remove the node_modules 2. npm install 3. Run react-native link 4. Install the app again ``` (also) **Check your project Xcode Libraries. If it...
@pegasus1982 Did you tried this https://github.com/joeferraro/react-native-cookies/issues/34#issuecomment-485350720 What are the solutions you have tried
> //=== Create feedback event in Sentry and get eventID > Sentry.captureMessage("User Feedback... "); > Sentry.setEventSentSuccessfully(event => { > const eventID = Sentry.lastEventId(); > }); I am getting error as...