https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: df0577014897a17321457cb9bf87fdc4379e90dd authored by dependabot[bot] on 04 December 2022, 03:37:57 UTC
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Tip revision: df05770
nativebase.config.ts
import { INativebaseConfig } from 'native-base';

export default {
  dependencies: {
    'linear-gradient': require('expo-linear-gradient').LinearGradient,
  },
  // strictMode: 'warn',
} as INativebaseConfig;
back to top