jest
This commit is contained in:
parent
0aae4dfd78
commit
b03dcbec65
|
@ -13,8 +13,9 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
text: {
|
||||
fontSize: 14,
|
||||
...sharedStyles.textRegular,
|
||||
...sharedStyles.textAlignCenter
|
||||
// jest error: TypeError: Cannot read property 'textRegular' of undefined
|
||||
...sharedStyles?.textRegular,
|
||||
...sharedStyles?.textAlignCenter
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue