Flix
Flix
### Description I just create a new library with CRNL, I used `.js` instead of `ts/tsx` in my code but everytime declare `import React from 'react';`, eslint keep saying ```...
is it possible to use another local storage like [RN MMKV-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) instead of `AsyncStorage` ? I've tried something like this: ``` import Parse from 'parse/react-native'; import {MMKV} from './mmkv'; Parse.setAsyncStorage(MMKV);...
### New Issue Checklist - [ ] Updated fastlane to the latest version - [ ] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [ ] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [ ]...
### Description I just tried to use [custom font](https://fonts.google.com/specimen/DM+Sans) in my project template, and i realize when i want to use `fontWeight` as a reference of my custom font family...