mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-23 15:07:45 +00:00
fix: upgrade react-native version on basic sample
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSameLine: true,
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
};
|
||||
Reference in New Issue
Block a user