Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-3 votes
0 answers
21 views

Any reason why indexDB doesnt remove this method indexedDB.databases() to improve security of the databases stored?

Why would anyone want to read through all the databases on a browser storage? Why would anyone want to give access to databases to entities who dont know the db name? On top of it it allows the below ...
Ruby9191's user avatar
  • 107
0 votes
0 answers
33 views

HTML images showing up as [obj] (with a dotted box) when using an <img> tag for an email's html body

Currently, I am trying to open an email draft using react-native-mail to send some information and a file for an app I am building. Currently I am including steps on how to use the file correctly but ...
Koen Schoffner's user avatar
0 votes
0 answers
40 views

Running my Pixi.js project in a react Native screen using expo go

I can't get my game to load within my app screen. As far as I can see its been bundled correctly and works in a browser using LiveServer but when I try to get it to load on the native app screen I ...
Danny C's user avatar
0 votes
0 answers
23 views

Enable or Disable the coponents According to increment or decrement the values

In my React e-commerce project app, I use increment or decrement functionality by clicking the add or remove icon. I explain, how this app works. Display all items or products on the screen by ...
Abdu's user avatar
  • 19
-4 votes
0 answers
25 views

So basically asking this minor question that what is the difference between React and React native? [duplicate]

I was just wandering whast this technology for web development is in written and built using JavaScript. Just thinging of how coding is so much related to each other. Can anyone guide me the best way ...
Adeel Tariq's user avatar
4 votes
1 answer
57 views

Difference in flexbox overflow behavior between React and React Native

I'm new to React Native, so I apologize if this is a simple question. I'm trying to achieve a flex layout containing two child flex containers with their own content, where if one child's content ...
Anna Smith's user avatar
0 votes
0 answers
17 views

Image can not be used as JSX component ReactNative JS

Hello i am new to ReactNative and JS. Just following some tutorials and i have run into a problem. So i have a folder with some elements like const products = [ { id: 1, name: 'Ultimate Pepperoni', ...
qwezrxt's user avatar
0 votes
1 answer
18 views

Render Array Data to MUI DataGrid

I am trying to render an array data to MUI datagrid. below are the details. Its using Big Query as the source. I tried the table way but it does not have sorting and pagination. Hence, I am trying to ...
Ravi 1001's user avatar
1 vote
0 answers
16 views

passing the data using variable in react for a key and update in UI

I am new to React, I tried to pass the testData variable inside my items keys like this estData[0].flowNames, but the values are not showing in the updatedSourceItems I debugged by putting console, in ...
Ram01's user avatar
  • 171
0 votes
0 answers
22 views

React native WebView can't run script tags when injected

I have a problem implementing an SDK inside of react native webview. While sdk.onAddToCard works all fine and I can get the data via onMessage, sdk.setPath does not work at all. I tried many solutions ...
Ahmet Yasin Türkyılmaz's user avatar
1 vote
1 answer
205 views

How to implement a solid box-shadow effect in React Native?

Has anyone one else attempted to achieve this effect in React Native?: A component with a solid shadow effect to give an illusion of depth. As you may know React-Native does not support CSS box-...
Bravish's user avatar
  • 21
1 vote
0 answers
56 views

Inline image breaking layout when setting lineHeight in react-native-render-html

I'm using the react-native-render-html (Foundry release) to render HTML content in my React Native app. The HTML content includes inline images along with text. My HTML includes text and inline images ...
Nguyen Hoang's user avatar
0 votes
0 answers
28 views

HTML encoding and decoding in react native

I am making a texting app in react native, who's data could be accessed via my website for mods. so in my NodeJS server, when a body is passed in, I used a package that auto-converts characters like &...
a_duck's user avatar
  • 9
0 votes
0 answers
47 views

How do I detect when a video played in a webview has ended in react native?

This is the code where I render a webview to play a video. I am trying to call a function 'EndVideo' when the video ends, but it is not being called. What am I doing wrong here? return ( <...
Robert Smith's user avatar
0 votes
0 answers
65 views

react native canvas scratch game not working nor showing

i am trying to create a small scratchable game in react native. but i dont know why it is not showing up and when i add canvasRef.current in the useeffect i get this error ReferenceError: Property '...
georgio bejjani's user avatar

15 30 50 per page
1
2 3 4 5
35