Skip to content

Commit b18f123

Browse files
authored
Merge pull request #70 from oslabs-beta/native
React Native Mockup positioning fix
2 parents d91b7ba + 8e9af9e commit b18f123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reducers/bottomReducers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export const toggleNative = (state: ApplicationStateInt) => {
115115

116116
app.position.width = !state.native ? 500 : 1200;
117117
app.position.height = !state.native ? 850 : 800;
118+
app.position.y = !state.native ? 50 : 25;
118119
app.changed = true;
119120

120121
return {

0 commit comments

Comments
 (0)