All Questions
7 questions
0
votes
1
answer
381
views
React Native - Open browser in the background
i want to open a url with react native. But i dont want to go to the browser page.When i clicked button, it should open a url in the backgorund. But i want to stay in my app . Is there way to do it ...
1
vote
0
answers
64
views
is it possible to create twilio browser call in react native
I have created a browser called with react js and it works fine but when I tried to do that with react native it's not working I am using Twilio-client on front end and in react native it gives the ...
0
votes
1
answer
811
views
Can I use Yaml based files in frontend (browser)
I'm trying to use yaml-based files as resources for i18next in my react project,
is there is any way to do that without using packages such as js-yaml...?
1
vote
1
answer
299
views
React native: what is the difference between opening an external URL in-app and launching the native browser
I am using React native to develop a mobile application, and an external module's function I use to provide the user login flow via an identity provider, opens the link to the sign-in flow in-app, ...
1
vote
1
answer
122
views
How to make same js library work in both browser and react native?
I have a js library that I want to be usable both in the browser and react native. Most of the code is reusable, but some parts need platform conditioning. Something like:
if (react_native) {
do ...
1
vote
0
answers
62
views
React Styling Bug
I hope you all are safe and you are doing well this evening.
I have been spinning my wheels on this problem for the last few days. Basically, when my component is rendered, it receives a list of ...
1
vote
0
answers
2k
views
Warning: Failed prop type: Invalid prop `children` supplied to `TableRow`
Using react-md, I'm trying to build a table from an array of objects. I have one fixed column header but everything else is generated by the keys in the first element of the array.
<TableHeader>...