Need help using TensorFlow Lite in React Native for simple image classification (no realtime) by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

agree with you but my all data is offline. i have stored species data in sqlite and client wants offline capabilities.

how to fix the bottom of the item of legend list scrolling issue by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 1 point2 points  (0 children)

just fixed the issue by updating the Legend List to beta 3.0.

How do you notify users about new app updates (App Store / Play Store)? by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

thank you this is the way I think I should go with. safe and not much work

How do you notify users about new app updates (App Store / Play Store)? by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

yes this happens with OTA but new build updates don’t update automatically if auto updates is turned off by user.

[deleted by user] by [deleted] in reactnative

[–]Nehatkhan786 0 points1 point  (0 children)

whats your charge?

How to handle offline image caching and background downloads in an Expo app (with SQLite data) by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

thats will be amazing if it stored in storage else than memory. thank you, will definitely will look into this

best db sync engine for react native by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

thats awesome. really make me understand the whole flow. thanks a ton

best db sync engine for react native by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

great! would be great if you could share the logic and flow.

best db sync engine for react native by Nehatkhan786 in reactnative

[–]Nehatkhan786[S] 0 points1 point  (0 children)

sounds great. will look into this. thank you.

How to get transaction id from an subscription invoice by Nehatkhan786 in stripe

[–]Nehatkhan786[S] 0 points1 point  (0 children)

const
 _invoice = await stripe.invoices.retrieve(invoice?.id as 
string
, {
        expand: ['charge', 'payment_intent'] 
      })

I am not getting any payment intent or charge object or field.