update: local changes for debug build
This commit is contained in:
@@ -644,7 +644,7 @@ export default function CameraScreen({
|
||||
|
||||
{/* Render UI controls/overlays on top */}
|
||||
{renderContent()}
|
||||
</Animated.View>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -689,6 +689,7 @@ const styles = StyleSheet.create({
|
||||
backgroundColor: 'transparent',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
zIndex: 100,
|
||||
},
|
||||
idleContentArea: {
|
||||
height: '100%',
|
||||
@@ -699,6 +700,12 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
zIndex: 100,
|
||||
},
|
||||
settingsButton: {
|
||||
position: 'absolute',
|
||||
|
||||
Reference in New Issue
Block a user