Jesse Katsumata
Jesse Katsumata
removes `@types/chalk` to reduce warnings when installing this package. installing `@types/chalk` displays a warning, since `chalk` includes its own type definitions in the later package.
Fixes #38 Moved podspec file to root directory, as the podspec file needs to be in root directory in order for autolinking to work in react-native/cli v8
## Issue Due to change in react-native cli, https://github.com/react-native-community/cli/pull/1537 Autolinking is no longer working with React Native 0.69 ## Expected Behavior React Native autolinking to work with react-native-text-size ## Repro...
This package seems to take up disc space when installed, because `example` folder is included in the `node_modules`. Since example is not used when installing this package, I think it...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
Added some missing types in `index.d.ts` file.
# Summary Added TypeScript definition from definitelyTyped to this package. This will allow users to not have to import types to use this package in a TypeScript project. ## Test...
# Summary Set up community's eslint-config and setup github actions ## Test Plan CI passes ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)?...
# Summary The example folder had an outdated React Native version, so I upgraded to RN 0.61.5 ## Test Plan | iOS | android | | --- | --- |...
# Summary Added community eslint-config and prettier to the package for better maintainability ## Test Plan yarn lint ## Checklist