https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c055960ca9810893dc73ed60cfa3b85ac78eed4c authored by Nishan Bende on 17 June 2021, 14:08:23 UTC
fix: text underline and strike through
Tip revision: c055960
nativebase.config.ts
export default {
  dependencies: {
    'linear-gradient': require('expo-linear-gradient').LinearGradient,
  },
};
back to top