File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export {
3838
3939// we use StyleSheet.flatten here to make sure we have an object, in case someone
4040// passes in a StyleSheet.create result to the style prop
41- const getStyle = ( mergeStyle , styles , style ) => {
41+ const getStyle = ( mergeStyle , style ) => {
4242 let useStyles = { } ;
4343
4444 if ( mergeStyle === true && style ) {
@@ -102,7 +102,7 @@ const getRenderer = (
102102 ) ;
103103 }
104104 } else {
105- let useStyles = getStyle ( mergeStyle , styles , style ) ;
105+ let useStyles = getStyle ( mergeStyle , style ) ;
106106
107107 return new AstRenderer (
108108 {
Original file line number Diff line number Diff line change 1- import { Platform , StyleSheet } from 'react-native' ;
1+ import { Platform } from 'react-native' ;
22
33// this is converted to a stylesheet internally at run time with StyleSheet.create(
44export const styles = {
You can’t perform that action at this time.
0 commit comments