Skip to content

Commit

Permalink
fix(documentation): update video and enable new architecture for app
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Oct 6, 2024
1 parent b4137fc commit 799296c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions create-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ execSync(`bun install ../${tgzFileName}`, {
cwd: './app',
})

console.log('⌛ Updating pods for new architecture.')

execSync('RCT_NEW_ARCH_ENABLED=1 pod update', {
cwd: './app/ios',
})

console.log('')
console.log('🍞 React Native App created inside /app.')
console.log('🛠️ To run the example with the plugin included:')
Expand Down
Binary file modified video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 799296c

Please sign in to comment.