customerio / customerio-reactnative

MIT License
23 stars 11 forks source link

chore: add latest configurations to settings screen for apn sample app #305

Closed ami-aman closed 3 weeks ago

ami-aman commented 3 weeks ago

Linear ticket : https://linear.app/customerio/issue/MBL-445/update-setting-screen-to-use-latest-configurations

Problem/Context

This PR implements the latest configurations in the APN sample app. Sample app users can now modify settings such as cdpApiKey and track lifecycle events directly from the settings screen.

Solution/Changes

Note:

Since the APN sample app was failing to build and compile, partly due to the need for a React Native version upgrade (to match the version of the FCM sample app), I have fixed all of that in this PR.