mirror of https://github.com/status-im/metro.git
Updates from Fri Feb 27
- [react-packager] transformModulePath option is not actually required | Amjad Masad - Implement TextInput.clearButtonMode added by D1875684 on OSS fork + example | Tadeu Zagallo - [ReactNative] Use local CocoaPod config for ReactNative modules | Spencer Ahrens - [ReactNative] Pull out some OSS modules into separate libs | Spencer Ahrens - Enqueue events at 60fps + profiling helpers | Tadeu Zagallo
This commit is contained in:
parent
258c714cef
commit
3260cc6a9a
|
@ -40,7 +40,7 @@ var validateOpts = declareOpts({
|
|||
},
|
||||
transformModulePath: {
|
||||
type:'string',
|
||||
required: true,
|
||||
required: false,
|
||||
},
|
||||
nonPersistent: {
|
||||
type: 'boolean',
|
||||
|
|
|
@ -42,7 +42,7 @@ var validateOpts = declareOpts({
|
|||
},
|
||||
transformModulePath: {
|
||||
type:'string',
|
||||
required: true,
|
||||
required: false,
|
||||
},
|
||||
nonPersistent: {
|
||||
type: 'boolean',
|
||||
|
|
|
@ -40,7 +40,7 @@ var validateOpts = declareOpts({
|
|||
},
|
||||
transformModulePath: {
|
||||
type:'string',
|
||||
required: true,
|
||||
required: false,
|
||||
},
|
||||
nonPersistent: {
|
||||
type: 'boolean',
|
||||
|
|
Loading…
Reference in New Issue