All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Publish a version with React Native 0.72 / React 18.2.0
- Hide the back button title on iOS
- Remove
type: "module"frompackage.jsonuntil #302 is merged
- Produce normal ES6 (ES2015) output
- Use the default font family on all OS
- Render clickable the full width of the row on the enum selection screen
- Try to remove from the export all constructs that may require transpilation
- Improve the spinner code to allow fully synchronous updates when the configuration getters/setters are synchronous
- Render the spinner grace time configurable
- Fold
jsxLabelintolabeland add a separate screen title forSettingsElementEnum - Add a CJS export transpiled to ES5 (ES2009)
- Transpile the ES6 module to ES6 (ES2015)
- Fix generated files not being published in the npm package
- Downgrade the
@types/reactdependency to 17.0.0
- Fix a typo in
package.json
- First release