SMS Retrieve API react native - react-native

SMS retrieve API
I am working with a react native android application in this application I am reading a OTP that is sent from the SMS gateway I am using SMS Read permission the application is working fine but when I am trying to upload it in google play it is rejecting it because of SMS Read permission. I have read about the substitute and that is SMS retrieve API can anyone help me how to implement it in react native.

Related

How to integrate Twilio API in react js

I am unable to find any resources to integrate Twilio API to my react app
i want to send the request in axios

How to use Twilio to send SMS in an React Native Expo app?

I am trying to simply send an SMS to a phone number using Twilio in an react native expo app. Howerver, I keep getting this error when trying to set up Twilio in my app.
I used the code provided by Twilio and Im not sure how to resolve this:
I have tried to install crypto but it still results in the same error.

Pin Protect (Salesforce) with React Native Expo

Currently setting up a mobile app using React Native (Expo), and I would like to validate the user using only the pin (not password), using PIN Protect. Is there documentation available to authenticate the user using their PIN with Rest API.
Reference: https://developer.salesforce.com/blogs/developer-relations/2014/04/adding-salesforce-pin-security-to-native-and-hybrid-mobile-apps

how to code- send connection/friend request in react native app

Functionality: Send a connection/friend request to another user of the same app built on react native
Can anyone please suggest how do I code this functionality
You are trying to make a social app. Rather than sending in-app notifications and friend requests , you should structure your app properly about how the requests flow will be processed via backend. That's how facebook , instagram does , they have their servers for each functionality and upon click of any request buttons in the app ,those api's are called and respective friend requests are sent to the user. So structure your code-architecture first.
Do find the link below , it may help you
React native social app

Opening gmail emails in my react native email client app

I am trying to integrate an email client in my app. I checked the g-mail API
documentation but I was not able to locate any material for react native apps.
Most of the questions I could find were on how to open an email client.
How can I get email data into my app and make my own email client?
(I only need it for gmail)
i have tried to use gmail API but I could not find any third party libraries for this task.
How can I use googleapis into react native?