Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated Docs for "Fix mistaken duplicate open push section (#95) Co-authored-by: Evan Masseau <>" #101

Commits on Jan 26, 2024

  1. Link to license file in README (#60)

    Co-authored-by: Evan Masseau <>
    evan-masseau committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    82ccb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc5d8b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Updating version to 0.1.1 (#66)

    * 0.1.1
    
    * updating version
    
    * reverting back to use older rn version
    
    * updating yarn lock
    
    * removing changes to package lock file
    ajaysubra committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9f78438 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fixes for React Native Apps <= 0.72.0 (#71)

    * Fix the react-native gradle dependency
    * Add a local property to enable specifying react-native version for the SDK for local development
    * Specify Kotlin version that is compatible with Android SDK's (although this didn't seem to actually cause any build errors)
    * Remove accidental use of an extension method that is technically SDK 24+
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6208295 View commit details
    Browse the repository at this point in the history
  2. Update local.properties template files (#68)

    * Add template local.properties file to example app
    * Be clearer about VCS status of these files.
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    13d871a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump example iOS project lockfile (#74)

    I think this needs to be bumped when we increase the overall project version.
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f4d34ed View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Github CI Updates (#75)

    * Move doc bot to its own file so we don't have to see it as skipped all the time.
    
    * Use same ruby version as local dev environment
    
    * Stop using `yarn pod-install` because it creates an erroneous xcode.env.local file that breaks the hermes build scripts.
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4da7b5b View commit details
    Browse the repository at this point in the history
  2. Updating to iOS SDK 3.0.2 (#77)

    * 0.1.1
    
    * updated to us latest iOS SDK
    
    * removing package lock
    ajaysubra committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e760c29 View commit details
    Browse the repository at this point in the history
  3. Pod install | static linking issue | RCT Folly | Turbo modules (#70)

    * 0.1.1
    
    * removed turbo module stuff and added xcconfig
    
    * removing package lock
    
    * comitting example app pod lock file
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    Co-authored-by: Evan C Masseau <[email protected]>
    ajaysubra and evan-masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0e8cdfe View commit details
    Browse the repository at this point in the history
  4. Readme rewrite with references to native SDKs and Klaviyo help center (

    …#62)
    
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    Co-authored-by: Kenny Tsui <[email protected]>
    evan-masseau and kennyklaviyo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    149cfd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Release 0.1.2 (#84)

    * 0.1.1
    
    * Release 0.1.2
    
    * removed package lock
    
    * podlock file changes
    ajaysubra committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c988504 View commit details
    Browse the repository at this point in the history
  2. Break up CI files so we can get individual badges (#86)

    * Break up CI files so we can get individual badges
    
    * Add badges and fix names
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9171062 View commit details
    Browse the repository at this point in the history
  3. Add action to publish to NPM after publishing a release (#82)

    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    db058f6 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#90)

    ajaysubra committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fafe4f9 View commit details
    Browse the repository at this point in the history
  5. Publish to NPM with the default npm registry configured in package.js…

    …on (#92)
    
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ed7ab35 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Updated iOS instructions in example app (#99)

    * 0.1.1
    
    * udpate the example app to implement push
    
    * hanlded deep links
    
    * removed package json lock file
    
    * updated to addressed Evan comments in the pr
    ajaysubra committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4705782 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fix mistaken duplicate open push section (#95)

    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1547589 View commit details
    Browse the repository at this point in the history
  2. Remove local.properties from git index (#96)

    * remove local.properties from git index, changes were still being tracked despite gitignore
    
    * missed variable
    
    ---------
    
    Co-authored-by: Evan Masseau <>
    evan-masseau committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    09471e9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into documentation-15475…

    …89fb4fc0857018b9c7510cafa667ac429b9
    github-actions committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ba0e710 View commit details
    Browse the repository at this point in the history
  4. Generated docs for 1547589

    github-actions committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5f5690a View commit details
    Browse the repository at this point in the history