.babelrc 84 B

12345
  1. {
  2. "plugins": [
  3. ["import", { "libraryName": "@ant-design/react-native" }]
  4. ]
  5. }