Skip to content

Conversation

@lposen
Copy link
Collaborator

@lposen lposen commented May 8, 2025

🎟️ JIRA ticket(s)

πŸ• Description

Updates to conform to expo plugin best practices, as seen here

πŸ“· Screenshots

n/a

🧐 Testing

  1. In the root directory
    1. run yarn clean plugin
    2. run yarn prepare
  2. In the example directory
    1. run npx expo prebuild --clean
    2. run yarn ios or yarn android

The app should build successfully

πŸ“ Documentation

n/a

"main": "build/index.js",
"types": "build/index.d.ts",
"main": "build/withIterable.js",
"types": "build/withIterable.d.ts",
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

Copy link
Contributor

@evantk91 evantk91 left a 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
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

Base automatically changed from MOB-11360-remove-apikey to main May 8, 2025 19:09
@lposen lposen merged commit 504b008 into main May 8, 2025
3 checks passed
@lposen lposen deleted the MOB-11401-updates-for-expo-best-practices branch May 8, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants