ILIYA
ILIYA
i think i'll also add handlers for onPress for each action later
> Please try using the [1.5.17 beta](https://github.com/crystalidea/macs-fan-control/issues/721), it should detect such situations and offer an automated solution still getting same error (, tried to clean with AppCleaner and installed the...
for those who're using bare React Native: ```js const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config') const defaultResolver = require('metro-resolver').resolve const defaultConfig = getDefaultConfig(__dirname) const { assetExts, sourceExts } = defaultConfig.resolver...
> logoPwaUrl if it's a path to a local file use "require": `logo={require('FILE_PATH')} ` if it's a url then use : `logo={{ uri: 'https://images.unsplash.com/photo-1723118641%3D%3D', }}`