* ReactLogger: Also log function * Run SwiftFormat & SwiftLint in example project * Upgrade to RN 0.64 1/2 * Update lockfiles * Upgrade a few packages * index.tsx -> index.js * Upgrade docusaurus * Fix line length violation * Update CameraView.swift * Update gradle plugin * Fix example to prefer higher res cameras * Remove unused log line * Update App.tsx
9 lines
362 B
XML
9 lines
362 B
XML
<resources>
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<item name="android:windowBackground">#000000</item>
|
|
<item name="android:textColor">#000000</item>
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
<item name="android:windowTranslucentNavigation">false</item>
|
|
</style>
|
|
</resources>
|