We have a react native app that currently supports a Shopify store through a web view. We are redoing the app and building out the store using react native and want to have a completely custom checkout. We are not a sales channel app so it doesn’t appear that we can use the Checkout API. I see there is a react-native-shopify package however it’s broken and doesn’t appear to be actively maintained.
How can we have a completely custom checkout that does not use a web url or redirect back to Shopify’s checkout?
At this time, you cannot process payments without moving the customer to the web URL eventually unless you are a sales channel with payment processing, regardless of which library you opt to use.