Posts by Eric Montelares • 70 points
5 posts
-
-3
votes3
answers635
viewsA: Local Push Notification iOS
There is a separate version for iOS To get you to use it according to official documentation You need to use this package: Yarn add @React-Native-community/push-notification-Ios So, after using…
-
1
votes1
answer36
viewsA: Error generating build for Ios - app in Ionic
Recently I had this problem, perform the following steps and try again 1 - Remove @Ionicpage () from files .ts 2 - Excludes .module.ts
ionicanswered Eric Montelares 70 -
1
votes2
answers55
viewsA: error in update flutter + firebase method
The error is in returning a type String, place .toString() at the end of each object as name and password
-
1
votes1
answer158
viewsA: Google Maps and Websocket Flutter
Screen state emulator images are important !!! Problem is on the interface, this giving media.query error and overflow, why the screen is white (as you described). Try to review its interface and…
-
2
votes2
answers607
viewsQ: Switch Button with Vuejs
Here’s what I wanna do: Pessoa Click on Botao Contratar that is green with Bootstrap It changes the class of the button. In short: Clicked the button he becomes another. What method and event should…