lucio andrade
Results
2
comments of
lucio andrade
You can change the component `TouchableOpacity` to `Pressable` from `react-native`. The `Pressable` have more actions on press the button but have not any effect on press. You can read more...
it's because de *Nullish coalescing* `??` has introduced in Node version 14, and you are using Node version 12 (look https://node.green/#ES2020-features--nullish-coalescing-operator-----). But you can change the ```javascript BAT_THEME = process.env.FZF_PREVIEW_PREVIEW_BAT_THEME...