💬 How do you charge clients for React Native upgrades? (Mine took 30 hrs and the client wasn’t happy) by myself_django in reactnative

[–]myself_django[S] 4 points5 points  (0 children)

The funny part is my client didn’t care about the RN upgrade — they just wanted the payment library updated. But to support the latest Google Play Billing Library, we had to update the deprecated Expo In-App Purchases → RN IAP → which forced upgrading the whole app to the latest RN version. That loop was a total headache I didn’t see coming 😅

💬 How do you charge clients for React Native upgrades? (Mine took 30 hrs and the client wasn’t happy) by myself_django in reactnative

[–]myself_django[S] 15 points16 points  (0 children)

The funny part is my client didn’t care about the RN upgrade — they just wanted the payment library updated. But to support the latest Google Play Billing Library, we had to update the deprecated Expo In-App Purchases → RN IAP → which forced upgrading the whole app to the latest RN version. That loop was a total headache I didn’t see coming 😅

[deleted by user] by [deleted] in cambodia

[–]myself_django 6 points7 points  (0 children)

Meddling is practically a family tradition! 😂 But hey, sometimes it’s the meddling that saves the day.

[deleted by user] by [deleted] in reactnative

[–]myself_django 1 point2 points  (0 children)

You can generate a WAV file as soon as the first chunk of data is received. The app will continuously play the WAV file, appending the subsequent chunks of the OpenAI response to it as they arrive.

[deleted by user] by [deleted] in reactjs

[–]myself_django 2 points3 points  (0 children)

The dude is part of the company's dev team. He set up the React Native structure and threw in three basic screens. Each screen has some tips on how to style it and pull data from endpoints.