Pickup
Set up and Initialize SDK#
The Flybuy SDK must be initialized when the application starts in order to configure the app authorization token and handle appropriate lifecycle methods.
Important: Complete all steps in the Android and iOS Setup guides.
Module Installation#
Native Initialization#
Android#
Modify android/app/build.gradle
Modify MainApplication.kt
iOS#
Modify iOS/yourproject/AppDelegate.mm
Usage#
The Flybuy Docs provide a complete guide on usage of the Pickup module. Refer to the React Native Customers, Orders, and Sites components for method signatures.