mirror of
https://github.com/tooot-app/app
synced 2025-01-04 21:47:40 +01:00
Fix expo building
This commit is contained in:
parent
70c90b6a47
commit
2b84dd5a36
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -122,5 +122,5 @@ jobs:
|
|||||||
FL_GITHUB_RELEASE_API_BEARER: ${{ secrets.GITHUB_TOKEN }}
|
FL_GITHUB_RELEASE_API_BEARER: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: yarn app:build release
|
run: yarn app:build release
|
||||||
- name: -- Step 8 -- Publish expo update
|
- name: -- Step 8 -- Publish expo update
|
||||||
run: eas update --non-interactive --auto
|
run: eas update --auto
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ target 'tooot' do
|
|||||||
use_react_native!(
|
use_react_native!(
|
||||||
:path => config[:reactNativePath],
|
:path => config[:reactNativePath],
|
||||||
:production => production,
|
:production => production,
|
||||||
:hermes_enabled => podfile_properties['jsEngine'] == 'hermes',
|
:hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
|
||||||
:fabric_enabled => flags[:fabric_enabled],
|
:fabric_enabled => flags[:fabric_enabled],
|
||||||
:flipper_configuration => FlipperConfiguration.disabled,
|
:flipper_configuration => FlipperConfiguration.disabled,
|
||||||
# An absolute path to your application root.
|
# An absolute path to your application root.
|
||||||
@ -51,7 +51,7 @@ end
|
|||||||
target 'ShareExtension' do
|
target 'ShareExtension' do
|
||||||
use_react_native!(
|
use_react_native!(
|
||||||
:production => production,
|
:production => production,
|
||||||
:hermes_enabled => podfile_properties['jsEngine'] == 'hermes',
|
:hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
|
||||||
:flipper_configuration => FlipperConfiguration.disabled
|
:flipper_configuration => FlipperConfiguration.disabled
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"jsEngine": "hermes"
|
"expo.jsEngine": "hermes"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user