All notable changes to this project will be documented in this file.
React Native 0.61 with Fast Reload
- devDependencies now have caret versioning
- Replace bundle root from
index.js
tosrc/index.ts
. - macOS checks in postinstall scripts
- Hermes support (disabled for now because of mobx 5 Proxy requirement)
- styled-components
- removed css files support
- VSCode autosave config
- Auto linking for iOS (Podfile) and Android (gradle)
- Gradle 5.xx
- RNN 3 (react-native-navigation)
styled-components
polished
@react-native-community/async-storage
to1.6.1
jsc-android
to241213.1.0
lodash
to4.17.15
mobx
to5.13.0
mobx-devtools-mst
to0.9.21
mobx-react
to6.1.3
mobx-state-tree
to3.14.1
react
to16.9.0
react-native
to0.61.0-rc.0
react-native-code-push
to5.6.1
react-native-config
to0.11.7
react-native-firebase
to5.5.6
react-native-navigation
to3.0.0
react-native-sentry
to0.43.2
react-native-ueno-css-modules
node-sass
React Native 0.59 with Hooks
- Removed root resolver to embrace TypeScript
- Build env on Android
- Prettier for the community
- No require()'s
- @react-native-community/async-storage
- prettier
- Bump
jsc-android
to241213.0.0
- Bump
mobx
to5.9.0
- Bump
mobx-state-tree
to3.10.2
- Bump
react
to16.8.3
- Bump
react-native
to0.59.0-rc.3
- Bump
react-native-code-push
to5.5.2
- Bump
react-native-firebase
to5.2.3
- Bump
react-native-navigation
to2.13.1
- Bump
react-native-sentry
to0.42.0
- Bump
react-native-ueno-modules
to1.1.0
- Bumped all
@types
to latest - Bump
detox
to10.0.12
- Bump
jest
andbabel-jest
to24.3.1
- date-fns
- core-decorators
- tslib
- schedule
- babel-plugin-module-resolver
- @firebase/app-types
- Add default support for
SCSS
- Add stylelint for
SCSS
- Script to create podspec file for library without it
yarn podspec
- Add
@ueno/tslint-config
to the repository
Android sepcific
- Add
google()
as default provider
- Bump
react-native
to0.57.8
- Bump
react
to16.7.0
- Bump
react-native-firebase
to5.2.0
- Bump
react-native-navigation
to2.5.2
- More documented documentation
- Fix
appcenter-pre-build
script - No more default export
Android specific
- Bump
android-jsc
tor236355
- Bump to
com.google.android.gms:play-services-base:16.0.1
- Bump to
com.google.gms:google-services:4.0.1
- Some unused packages
WIP - New api
Big release.
- TypeScript Support
- Fix travis builds for pull requests
- Fix symroot bug in build-env
- Refactored fastlane functions
- Ignore set of default YellowBox warnings
- Better TestFlight detection
- iOS Simulator detection
- Fix Code Push key in Info.plist
- react-native: 0.53.0 → 0.53.3
- react-native-firebase: 3.2.4 → 3.2.6
- react-native-navigation: 1.1.374 → 1.1.386
- react-native-sentry: 0.33.0 → 0.34.0
- react-native-ui-lib: 3.2.14 → 3.2.21
- mobx-react: 4.4.1 → 4.4.2
- babel-eslint: 8.2.1 → 8.2.2
- babel-jest: 22.2.0 → 22.4.1
- babel-plugin-module-resolver: 3.0.0 → 3.1.0
- detox: 7.0.1 → 7.1.0
- eslint: 4.17.0 → 4.18.1
- eslint-plugin-import: 2.8.0 → 2.9.0
- eslint-plugin-jest: 21.7.0 → 21.12.2
- eslint-plugin-react: 7.6.1 → 7.7.0
- jest: 22.2.1 → 22.4.2
- lint-staged: 6.1.0 → 7.0.0
- mocha: 5.0.0 → 5.0.1
- patch-package: 5.0.0 → 5.1.1
- Now using patch-package to modify npm packages automatically.
- Docsify for automatic gh-pages generation
- react-native-ui-lib
- react-native-blur
- react-native-interactable
- react-native: 0.52.2 → 0.53.0
- react-native-navigation: 1.1.361 → 1.1.374
- react-native-firebase: 3.2.2 → 3.2.4
- lodash: 4.17.4 → 4.17.5
- mobx: 3.4.1 → 3.5.1
- detox: 6.0.4 → 7.0.1
- Upgraded gradle to 4.4 and gradle build-tools to 3.1.0
- Patching npm packages build.gradle to buildToolsVersion 27.0.1
Initial release.