-
Notifications
You must be signed in to change notification settings - Fork 0
[MOB-11360] remove-apikey #23
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
Conversation
β¦Dependencies in yarn.lock
β¦ configurations for push notifications and deep links
β¦ep links sections into concise instructions
β¦add new commands for opening iOS and Android projects
β¦endly error display
|
|
||
|
|
||
| <!-- @import "[TOC]" {cmd="toc" depthFrom=2 depthTo=3 orderedList=false} --> | ||
|
|
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.
Seems like there is extra white space. Is this intentional?
| }, | ||
| "dependencies": { | ||
| "@iterable/react-native-sdk": "^2.0.0-beta", | ||
| "@iterable/react-native-sdk": "^2.0.0-beta.1", |
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.
Shouldnt this be 2.0.0-beta? 2.0.0-beta is the local verdaccio version right?
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.
It should be 2.0.0-beta.1. There are circular dependencies in 2.0.0-beta which make it fail when imported into expo, though it works in the example app for some reason.
evantk91
left a comment
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.
Left some comments.
| </Text> | ||
| <Text style={styles.warningText}> | ||
| See the | ||
| <Text style={styles.emphasisTest}> example README</Text> or the |
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.
Nice add!
ποΈ JIRA ticket(s)
π Description
Removed
apiKeyfrom the props to address concern from securityπ· Screenshots
n/a
π§ Testing
yarn prepare.env.localfile.envinto.env.localYOUR_ITERABLE_API_KEYwith an Iterable API Keynpx expo prebuild --cleanyarn iosto test iosyarn androidto test androidThe app should build and run as expected
π Documentation
n/a