leantechnologies / link-sdk-react-native

LinkSDK for React Native
MIT License
5 stars 6 forks source link

FEN-485: Fix `pod install` for v3 #84

Closed kingisaac95 closed 3 months ago

kingisaac95 commented 3 months ago

Our v3 SDK was missing a package name definition in AndroidManifest.xml, this was causing an error when a user ran pod install for ios in a RN project.

  1. This PR fixes that by adding the package name.
  2. It also includes a minor cleanup for a warning which is thrown when starting the SDK. iOS starts out with about:blank and we just needed to ignore this URL.