-
Notifications
You must be signed in to change notification settings - Fork 0
[MOB-11401] updates-for-expo-best-practices #28
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
β¦etter navigation and clarity
β¦per expo best practices
| "main": "build/index.js", | ||
| "types": "build/index.d.ts", | ||
| "main": "build/withIterable.js", | ||
| "types": "build/withIterable.d.ts", |
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.
Is this just renaming to follow best practices?
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.
yup
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
| @@ -1 +1 @@ | |||
| {"root":["./src/index.ts","./src/withdeeplinks.ts","./src/withiterable.types.ts","./src/withstoreconfigvalues.ts","./src/withpushnotifications/index.ts","./src/withpushnotifications/withandroidpushnotifications.constants.ts","./src/withpushnotifications/withandroidpushnotifications.ts","./src/withpushnotifications/withiospushnotifications.constants.ts","./src/withpushnotifications/withiospushnotifications.ts"],"version":"5.8.3"} No newline at end of file | |||
| {"root":["./src/withdeeplinks.ts","./src/withiterable.ts","./src/withiterable.types.ts","./src/withstoreconfigvalues.ts","./src/withpushnotifications/index.ts","./src/withpushnotifications/withandroidpushnotifications.constants.ts","./src/withpushnotifications/withandroidpushnotifications.ts","./src/withpushnotifications/withiospushnotifications.constants.ts","./src/withpushnotifications/withiospushnotifications.ts"],"version":"5.8.3"} No newline at end of file | |||
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.
Not sure where this comes from. Can you explain?
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's automatic. When you change a name of a file or add a file, this updates automatically.
ποΈ JIRA ticket(s)
π Description
Updates to conform to expo plugin best practices, as seen here
π· Screenshots
n/a
π§ Testing
yarn clean pluginyarn preparenpx expo prebuild --cleanyarn iosoryarn androidThe app should build successfully
π Documentation
n/a