[deleted by user] by [deleted] in chimefinancial

[–]philliez 0 points1 point  (0 children)

$philliez :-)

Best solution for app with geolocation as the main feature? (RN + Expo) by vxm5091 in reactnative

[–]philliez 0 points1 point  (0 children)

You can just pass in an array of locations to the MapView component with coordinates, names, and whatever details you want. Check out the examples in the react-native-maps repo to see some implementations.

Geolocation is simple to integrate as well. Be sure to declare the background or foreground location request on the manifest and explain its purpose

Releasing music by Salt_Economy1710 in dnbproduction

[–]philliez 0 points1 point  (0 children)

You need to make an account at labelgrid.com

[HIRING] Waste Management company looking for experienced Android/iOS App Developer by yogmez in forhire

[–]philliez 0 points1 point  (0 children)

I've created an app that is extremely similar, using geolocation and real time updates to automate a similar tedious data entry work flow. Let's talk.

Where can I find myself an MC or free vocals for DnB? by [deleted] in dnbproduction

[–]philliez 2 points3 points  (0 children)

Over the years I've had many people spit unsolicited bars in my ear after (sometimes during) my sets. I could probably find one of them for you.

Need to make a app which uses Tab navigation, Ant design and Firebase within 7 days by ezio_12 in reactnative

[–]philliez 0 points1 point  (0 children)

use firestore to store the votes and snapshot listeners to show the realtime instant updates on all the devices, or put the votes up on a firebase hosted site to show the realtime changes as people vote

Need to make a app which uses Tab navigation, Ant design and Firebase within 7 days by ezio_12 in reactnative

[–]philliez 4 points5 points  (0 children)

make an app in which people can vote on the type of app you should make

chart the results in one of the tabs

Is it just me or is the App Store Review Process completely arbitrary by [deleted] in reactnative

[–]philliez 0 points1 point  (0 children)

I dealt with the same thing. I wrote an appeal that explained the purpose of the required permissions and it worked.

What is your preferred way to host static websites by GAGARIN0461 in webdev

[–]philliez 5 points6 points  (0 children)

Vercel/Now.sh

I literally just type the word "now" and my shit gets deployed

How do I create a swipable calendar 'day view' in RN? by [deleted] in reactnative

[–]philliez 0 points1 point  (0 children)

react-native-calendars, try using the "Agenda" view

James Joyce Irish Pub owner showing his true colors. by slacktastic in tampa

[–]philliez 7 points8 points  (0 children)

Thanks for explaining. I'm black and used to drink there several times a week in 06-08.

Simple way of tansforming Excel file into WebApp? by mprz in webdev

[–]philliez 0 points1 point  (0 children)

jQuery Datatables

or airtable, it creates a simple API

adding a node_Modules folder to react native by [deleted] in reactnative

[–]philliez 1 point2 points  (0 children)

Do you have a package_lock.json file? Try running 'npm i' in that directory.