Skip to content

Releases: Wolox/wolmo-bootstrap-react-native

Bootstrap Release v1.9.0

24 Aug 18:05
Compare
Choose a tag to compare

CHANGELOG

  • Updated Bootstrap dependency (yaoman-generator) and docs (README, KICKOFF, CHANGELOG and LICENSE)
  • Updated generated project dependencies (Firebase, Babel and RN 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

13 May 18:45
f99a7ba
Compare
Choose a tag to compare

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

19 Mar 22:28
Compare
Choose a tag to compare

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 and MainApplication)
  • Fixed React Hook Form validations
  • Deleted android.enableR8=false (deprecated)
  • Updated Firebase dependencies
  • Updated installPods task with npx pod-install command
  • Refactored some files

Bootstrap Release v1.6.0

22 Dec 21:48
Compare
Choose a tag to compare

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 with redux-persist)
  • Updated auth actions with redux-persist configuration
  • Replaced Formik with react-hook-form
  • Deleted withFormikField HOC

Bootstrap Release v1.5.0

27 Oct 18:10
7801565
Compare
Choose a tag to compare

CHANGELOG

  • Replaced @react-native-community/async-storage with @react-native-async-storage/async-storage
  • Firebase Analytics: Replaced setCurrentScreen with logScreenView
  • Used the latest version of react-native-flipper
  • Updated Reactotron configuration for AsyncStorage handler

Bootstrap Release v1.4.0

30 Sep 18:22
627cf6d
Compare
Choose a tag to compare

CHANGELOG

  • Removed global dependency of react-native-cli and reactNativeCliInstall step.
  • Replaced react-native command with npx 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

02 Sep 21:40
f8413dd
Compare
Choose a tag to compare

CHANGELOG

  • Replaced Enzyme with RNTL
  • Fixed Auth tests
  • Updated some Firebase configuration (App, Crashlytics and Performance) in Android and iOS projects
  • Disabled R8 for Android releases (multidex overhead memory issue)
  • Updated README with Firebase configuration and deployment sections

Bootstrap Release v1.2.0

07 Jul 16:29
525512b
Compare
Choose a tag to compare

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 is Login 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

29 May 22:27
Compare
Choose a tag to compare

CHANGELOG

Bootstrap Release v1.0.1

04 May 19:59
Compare
Choose a tag to compare

CHANGELOG

  • Re-uploaded bootstrap version due to internet connection error