Posts by Ademar-SJ • 46 points
6 posts
-
2
votes0
answers28
viewsQ: Avoid unnecessary rendering in React Native with multiple Textinput
The question is this: I have basically a code like this (I can’t send the real code right now, I’m sending this "Pseudo-Code" so ignore syntax and standardization errors): const Componente = ()…
-
0
votes0
answers26
viewsQ: Image Tag does not render image from device, only from outside Native React device
I’m trying to make a kind of gallery in React Native but I found a problem when accessing local files (in case only images), I used the Cameraroll library that is now in the React Native Comunity…
-
0
votes1
answer36
viewsA: I’m losing the state with when returning page with <Link> of the React-router-dom - REACT
If you are using the Switch in your Forums this solution will be suitable for you: The navigation with Switch in the React-router-dom "disassembles" its component when changing route, with one…
-
0
votes1
answer23
viewsQ: Problem accessing an attribute dynamically inserted into a Sequelize "ready" object
In a certain part of my code I have to set this field/attribute (actualValue) on an object coming from Sequelize (I can’t store the field in the database), but when doing mine if I cannot directly…
-
1
votes0
answers35
viewsQ: Empty objects in Realmdb with Reactotron
I’m having problems with Realmdb objects, every query I do it returns but in Reactotron they come empty regardless of what I do with the whole object, it only appears if I dismember attribute by…
-
0
votes1
answer52
viewsQ: Subclass array of a superclass in Delphi XE7
I am trying to make an array of subclasses in this format: arrayReg : Array[0..1] of TRegDom = (TRegDom0000); Tregdom0000 being a subclass of Tregdom (Tregdom0000(Tregdom)) and gives an error of…