mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix expo publish error
This commit is contained in:
@@ -11,7 +11,7 @@ target 'tooot' do
|
||||
use_react_native!(
|
||||
:path => config[:reactNativePath],
|
||||
# to enable hermes on iOS, change `false` to `true` and then install pods
|
||||
:hermes_enabled => true
|
||||
:hermes_enabled => false
|
||||
)
|
||||
|
||||
# Enables Flipper.
|
||||
|
Reference in New Issue
Block a user