Releases: Wolox/wolmo-bootstrap-react-native
Releases · Wolox/wolmo-bootstrap-react-native
Bootstrap Release v1.9.0
CHANGELOG
- Updated Bootstrap dependency (
yaoman-generator
) and docs (README
,KICKOFF
,CHANGELOG
andLICENSE
) - Updated generated project dependencies (
Firebase
,Babel
andRN Testing Library
) Typescript
: Fixed some errors and improved some types in Navigation params- Added new Navigation function for reset stacks
- Removed
Bitrise
as bootstrap feature, keep only as generator
Bootstrap Release v1.8.0
CHANGELOG
- Fixed
CustomTextInput
focus handler - Fixed
CustomTextInputController
TS interface - Migrated
react-hook-form
configuration from v6 to v7 - Updated
firebaseFilesScript.sh
file - Updated Firebase Crashlytics configuration
- Disabled Native DarkMode
Bootstrap Release v1.7.0
CHANGELOG
- Updated to
redux-recompose
v3 - Updated some files and libs to support React Native 0.64
- Fixed iOS base schema
- Updated some files to support React Native Reanimated v2 (
babel.config.js
andMainApplication
) - Fixed React Hook Form validations
- Deleted
android.enableR8=false
(deprecated) - Updated Firebase dependencies
- Updated
installPods
task withnpx pod-install
command - Refactored some files
Bootstrap Release v1.6.0
CHANGELOG
- Fixed errors in the
Login
screen - Fixed TypeScript error in
Reactotron
config and in other TypeScript interfaces - Improved the
AppNavigator
component - Removed
Firebase Push Notifications
as a Bootstrap feature - Added
Redux-Persist
as an App core feature - Added
Nunito
as default font - Added
Jest
coverage for tests and coverage threshold - Increased the
JVM
memory for Android release build - Updated
react-native-config
configuration for env files in iOS project - Updated the
Auth
tests - Removed the
OnBoardingService
file (replaced withredux-persist
) - Updated
auth
actions withredux-persist
configuration - Replaced
Formik
withreact-hook-form
- Deleted
withFormikField
HOC
Bootstrap Release v1.5.0
CHANGELOG
- Replaced
@react-native-community/async-storage
with@react-native-async-storage/async-storage
- Firebase Analytics: Replaced
setCurrentScreen
withlogScreenView
- Used the latest version of
react-native-flipper
- Updated
Reactotron
configuration for AsyncStorage handler
Bootstrap Release v1.4.0
CHANGELOG
- Removed global dependency of
react-native-cli
andreactNativeCliInstall
step. - Replaced
react-native
command withnpx react-native ...
(RN community indication) - Updated again some Firebase configuration (App, Crashlytics and Performance)
- Fixed
lint-diff
script in Generator and Bootstraped Project - Updated
androidx.appcompat
dependency in Android project configuration
Bootstrap Release v1.3.0
Bootstrap Release v1.2.0
CHANGELOG
- Added Formik + withFormikField (HOC) to create Custom Fields
- Added some field validations
- Updated
Login
screen and refactored authentication flow - Added Flipper to Reactotron Configuration
- Added
SignUp
screen. Now the feature isLogin and SignUp
(Auth
screen) - Restructured Bootstrap's folders. Split into two different generators (App and Bitrise)
- Fixed disable landscape orientation feature logic
- Added
useAsyncRequest
hook (also hook alias and folder) for requests without redux - Added proguard-rules on Android Release build configuration
- Solved Cyclic dependency between AuthActions and AuthService
Bootstrap Release v1.1.0
CHANGELOG
- Migrated React Navigation configuration to v5
Bootstrap Release v1.0.1
CHANGELOG
- Re-uploaded bootstrap version due to internet connection error