Pickup
#
Set up and Initialize SDKThe 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#
AndroidModify android/app/build.gradle
Modify MainApplication.kt
#
iOSModify iOS/yourproject/AppDelegate.mm
#
UsageThe 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.