Posts by Lucas Vital • 13 points
5 posts
-
0
votes0
answers13
viewsQ: Error when synchronizing data from local database implemented with watermelonDB in APP React-Native
I was recently developing an app that simulated car rental. In one of the steps of the app, I should implement a local database that every time the user was online, it would take the API data and…
-
0
votes1
answer23
viewsQ: How to access properties of a custom component in React-Native.ts?
In the React-Native.js you can simply access any property as follows: const meuComponent = (props)=>{ return(...); } Inside the component, you can access any property transferred to it, provided…
-
1
votes1
answer45
viewsQ: Ionicons are not being rendered
I’ve been building an app that uses Ionicon icons. Only when I implement in my app, simply does not render, just appears this rectangle with x crossed: I have already searched in several forums, I…
react-nativeasked Lucas Vital 13 -
0
votes0
answers24
viewsQ: problem when implementing custom React source
Speak devs, good afternoon. I’m having a problem implementing a custom font in my React-Native app. The problem is this:: **fontFamily "open-sans" is not a system font and has not been loaded…
react-nativeasked Lucas Vital 13 -
-3
votes2
answers107
viewsQ: Angular component is rendered several at a time, but was only asked to do this once
I’m starting at the angle and I’m having a little problem. I was following a tutorial, and in it I was building a very simple angular application. In it we have basically 3 components, the…
angularasked Lucas Vital 13