Skip to content

Commit afc5ec4

Browse files
committed
Updated assets
1 parent 4a61cfa commit afc5ec4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+13
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="splashprimary">#1D1E22</color>
3+
<color name="splashprimary">#CC0000</color>
44
</resources>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<resources>
2+
<string name="app_name">ExampleApp</string>
3+
</resources>

android/app/src/main/res/values/styles.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<resources>
2+
3+
<style name="SplashScreenTheme" parent="SplashScreen_SplashTheme">
4+
<item name="colorPrimaryDark">@color/splashprimary</item>
5+
</style>
26
<!-- Base application theme. -->
37
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
48
<!-- Customize your theme here. -->

fastlane/Fastfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ end
8686

8787
desc "Switch to environment"
8888
lane :switch do
89-
FileUtils.cp "#{ENV['VARIANT']}/app.variables.js", "../app.variables.js"
90-
FileUtils.cp "#{ENV['VARIANT']}/icon.png", "../icon.png"
91-
FileUtils.cp "#{ENV['VARIANT']}/splash.png", "../splash.png"
92-
9389
Dir.chdir("..") do
90+
FileUtils.cp "fastlane/#{ENV['VARIANT']}/app.variables.js", "app.variables.js"
91+
FileUtils.cp "fastlane/#{ENV['VARIANT']}/icon.png", "icon.png"
92+
FileUtils.cp "fastlane/#{ENV['VARIANT']}/splash.png", "splash.png"
93+
9494
system("react-native set-splash --platform ios --path fastlane/#{ENV['VARIANT']}/splash.png --background '#{ENV['BACKGROUND']}'")
95+
system("react-native set-splash --platform android --path fastlane/#{ENV['VARIANT']}/splash.png --background '#{ENV['BACKGROUND']}'")
9596
system("react-native set-icon --path fastlane/#{ENV['VARIANT']}/icon.png")
9697
end
9798

fastlane/report.xml

-10
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,5 @@
44

55

66

7-
8-
<testcase classname="fastlane.lanes" name="0: increment_version_code" time="0.007223">
9-
10-
</testcase>
11-
12-
13-
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="35.705627">
14-
15-
</testcase>
16-
177
</testsuite>
188
</testsuites>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)