File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- presets : [ " module:metro-react-native-babel-preset" ] ,
2
+ presets : [ ' module:metro-react-native-babel-preset' ] ,
3
3
plugins : [
4
4
[
5
- " module-resolver" ,
5
+ ' module-resolver' ,
6
6
{
7
7
alias : {
8
- " @react-native-community/progressview" : " ./js"
8
+ ' @react-native-community/progressview' : ' ./js' ,
9
9
} ,
10
- cwd : " babelrc"
11
- }
12
- ]
13
- ]
10
+ cwd : ' babelrc' ,
11
+ } ,
12
+ ] ,
13
+ ] ,
14
14
} ;
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ module.exports = {
10
10
getTransformOptions : async ( ) => ( {
11
11
transform : {
12
12
experimentalImportSupport : false ,
13
- inlineRequires : false
14
- }
15
- } )
16
- }
13
+ inlineRequires : false ,
14
+ } ,
15
+ } ) ,
16
+ } ,
17
17
} ;
Original file line number Diff line number Diff line change 1
1
/* @flow */
2
2
3
- export { default } from './ProgressViewIOS.ios' ;
3
+ export { default } from './ProgressViewIOS.ios' ;
You can’t perform that action at this time.
0 commit comments