-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop check down to every 15 minutes adjustments change to 15 mins use jq to get version if necessary rm test on push figured it out remove nightly testflight releases test again again again again again AGAIN ONCE MORE test again again again again again AGAIN test again again again again again AGAIN test again again again again again test again again again again test again again again test again again test again test test test run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary remove test message fix environment oops cleanup merge in changes
- Loading branch information
Showing
52 changed files
with
1,264 additions
and
937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
const {withStringsXml, AndroidConfig} = require('@expo/config-plugins') | ||
|
||
module.exports = function withAndroidSplashScreenStatusBarTranslucentPlugin( | ||
appConfig, | ||
) { | ||
return withStringsXml(appConfig, function (decoratedAppConfig) { | ||
try { | ||
decoratedAppConfig.modResults = AndroidConfig.Strings.setStringItem( | ||
[ | ||
{ | ||
_: 'true', | ||
$: { | ||
name: 'expo_splash_screen_status_bar_translucent', | ||
translatable: 'false', | ||
}, | ||
}, | ||
], | ||
decoratedAppConfig.modResults, | ||
) | ||
} catch (e) { | ||
console.error( | ||
`withAndroidSplashScreenStatusBarTranslucentPlugin failed`, | ||
e, | ||
) | ||
} | ||
return decoratedAppConfig | ||
}) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.