Skip to main content

Questions tagged [react-native]

React Native is an SDK for mobile applications that lets you build mobile apps using only JavaScript. It uses the same design as React (for Web), letting you compose a rich mobile UI from declarative components.

1 vote
0 answers
96 views

I am developing a mobile application, and one of the features is a "story" that is essentially a series of screens. The screens can be of three main templates: A "video" template ...
AbduAdd's user avatar
  • 19
0 votes
0 answers
114 views

Goal We have an app with different articles. I want to cache an article when the user has read it, but make sure that I display the latest data. I came up with this hook: React.useEffect(() => { ...
Gh05d's user avatar
  • 101
0 votes
0 answers
527 views

I have an iOS application that uses the Core Data framework. I'm migrating the application from Objective-C/Swift to TypeScript + React Native. My Core Data configuration uses SQLite as a backend. The ...
moonman239's user avatar
  • 2,063
0 votes
1 answer
286 views

I'm following the guide in https://reactjs.org/docs/thinking-in-react.html which makes sense for data that I request and update on a filter. However, I want to have some sort of general ...
Archimedes Trajano's user avatar
-3 votes
1 answer
150 views

I'm looking for a way to share a React Native component with 3rd parties without having to share the actual source code. Something like a .jar in Java or a .dll for C#. So assuming we have company A ...
Gr3at's user avatar
  • 131
1 vote
1 answer
875 views

I'm thinking of developing my first mobile app and now that I have chosen the language(react native), created the wireframes and done almost all the preliminary work, I'm about to start the actual ...
Giacomo_V's user avatar
0 votes
1 answer
187 views

I am trying to figure out how to build most scalable and maintainable architecture for my app. The app is just about choosing some shape and then editing it. More precisely, choosing some existing ...
Nick's user avatar
  • 111
0 votes
1 answer
84 views

I am a mobile dev, now for a project need to authenticate with a backend service using identityserver4 and OAuth2. The project has things set up so it is using OIDC for authentication. BUT It is on a &...
manuelBetancurt's user avatar
2 votes
1 answer
1k views

Lets say I have a component that render some "static" information and another one that is the parent of these components. function Foo(){ ... return ( <Bar name="I" {......
Vencovsky's user avatar
  • 371
0 votes
1 answer
200 views

I'm currently building a React Native application and wondering if storing device information such: if my app has granted location permission location service is turned on last known user location in ...
lellefood's user avatar
  • 119
6 votes
1 answer
2k views

I am working for the consumer oriented company which has mobile app as main product. Our mobile app has 100K monthly active users and is developed using Cordova + Kendo Mobile + Telerik Appbuilder (...
hyperN's user avatar
  • 169
0 votes
1 answer
8k views

We're developing an app using React Native and MobX for the state stores, and also using a Web API REST service for the GETs and POSTs. All is going well, so far we're able to use FETCH to get the ...
API's user avatar
  • 13
0 votes
0 answers
128 views

I m currently working on a React Native application which aims to provide à huge list of items, using infinite scroll and a local state (no matter the technology / plaform, it's stored in RAM) of the ...
mfrachet's user avatar
  • 1,591