Skip to content

Commit

Permalink
style(lint, expo): android plugin auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 11, 2024
1 parent a5c6209 commit a5ef1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build/withFacebookAndroid.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function getFacebookActivity() {
head: prefixAndroidKeys({
name: FACEBOOK_ACTIVITY,
configChanges: 'keyboard|keyboardHidden|screenLayout|screenSize|orientation',
label: '@string/app_name'
label: '@string/app_name',
}),
});
}
Expand Down

0 comments on commit a5ef1d5

Please sign in to comment.