-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adopting modularization work #173
Adopting modularization work #173
Conversation
@@ -0,0 +1,37 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to keep cocoapods happy since it kept complaining about this. We don't really need it since we don't publish this app to TF/public.
@@ -8,16 +8,6 @@ require Pod::Executable.execute_command('node', ['-p', | |||
platform :ios, min_ios_version_supported | |||
prepare_react_native_project! | |||
|
|||
# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean up.
@@ -32,15 +22,11 @@ target 'KlaviyoReactNativeSdkExample' do | |||
|
|||
use_react_native!( | |||
:path => config[:reactNativePath], | |||
# Enables Flipper. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean up. flipper is no longer supported
67ff804
into
ab/CHNL-6170/update-EventName-cases-in-RN-bridge
* updated EventName cases in KlaviyoBridge * Adopting modularization work (#173) * Adopting ios modularization stuff * added a comment to the podfile * Update Podfile * updating pod lock * adding new podfile.lock * added back no flipper = 1 * reverted back the pod file changes --------- Co-authored-by: Ajay Subramanya <[email protected]>
Description
Pulling in the changes made on iOS for modularization. More comments in line.
Check List
Changelog / Code Overview
Test Plan
Related Issues/Tickets