Skip to content

Releases: svbutko/react-native-template-strong

0.9.0-alpha

24 Sep 07:19
Compare
Choose a tag to compare
0.9.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Enable Hermes by default on iOS
  • Set iOS deployment version to 13.0
  • Add react-native-sfsymbols, add SF symbols
  • Add react-native-vector-icons
  • Change onboarding icons
  • Remove unused icons

0.8.0-alpha

17 Sep 20:56
Compare
Choose a tag to compare
0.8.0-alpha Pre-release
Pre-release
  • Add husky prepare script
  • Modify tsconfig and add react-addons-test-utils and fix jest config
  • Add jest and detox support with tests, update dependencies
  • Add detox configuration for Android and iOS
  • Fix Apple Silicon and Flipper build issues on iOS

0.7.0-alpha

16 Sep 12:35
Compare
Choose a tag to compare
0.7.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Remove redundant no inspection comments
  • Remove DexGuard directive from proguard rules
  • Remove redundant on configuration change on Android
  • Separate dark and light styles on Android
  • Add Android 11 and higher constant
  • Fix the toast overlay top positioning on Android
  • Unlock the portrait upside down orientation on iOS
  • Fix phone URL on Android
  • Add more properties to common sizes
  • Add react-native-size-matters
  • Remove fonts
  • Fix current orientation helper
  • Change Onboarding for both platforms, fix tablets style

0.6.0-alpha

06 Sep 19:20
Compare
Choose a tag to compare
0.6.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Remove iOS fonts from Android assets
  • Remove index.ts imports to exclude require cycles
  • Add an empty export to stories
  • Remove redundant then from tabs root

0.5.0-alpha

04 Sep 18:25
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Regenerate ImageResources.g.ts
  • Rework Toast component, remove useNavigationConstants
  • Add more fonts
  • Remove redux-persist-filesystem-storage
  • Add react-native-in-app-review
  • Remove the net info listener from tabs
  • Return components stories to Storybook
  • Change spacing extra large size
  • Change RadioButton's highlight color
  • Change PrimaryTextInput style
  • Remove navigation ID from showToast helper, add missing loading option in ToastOverlay stories
  • Change Onboarding and OnboardingPagination style
  • Remove outdated TODOs
  • Remove bottom tabs border color on Android only on dark theme
  • Change onboarding pagination inactive dot color

0.4.0-alpha

31 Aug 15:54
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release
  • Add index.js to eslint ignore
  • Minor helpers renaming
  • Return previous StorybookUI navigation registration
  • Add stories.ts into eslint ignore
  • Add react-native-community/netinfo, add custom net info alert when there's no Internet connection
  • Change tsconfig include paths array
  • Add IDEWorkspaceChecks.plist into gitignore
  • Add RCTDevLoadingView while in dev

0.3.0-alpha

31 Aug 08:21
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release
  • Remove unused Storybook config import, register Storybook screens only in dev builds
  • Remove storybook config, put storybook related configurations under development environment only
  • Put faker and rn-dev-menu into dev dependencies
  • Update dependencies
  • Update Podfile.lock

0.2.0-alpha

30 Aug 17:51
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release
  • Minor onboarding style change
  • Add dark and light theme support on Android
  • Remove the intent config configuration changes
  • Change PrimaryButton Android colors and styles
  • Change RadioButton's Android highliht color
  • Replace bootstrapWithDelegate (deprecated) with bootstrapWithBridge
  • Fix validations require cycle
  • Add more colors and assign dark/light theme colors to Android fix useNavigationConstants require cycle
  • Navigate to modal with Storybook rather than root from dev menu

0.1.0-alpha

30 Aug 11:16
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Update Podfile.lock
  • Change default navigation large title and title parameters
  • Change navigation font and bottom tab colors
  • Add border to navigation components
  • Remove Demo, Mand and More content
  • Minor toast navigation overlay function changes
  • Replace incorrect StyleSheet.flatten with create in TryAgain
  • Fix Android's incorrect platform native color setter
  • Change Android background color
  • Add platform mixed color helper
  • Change Android separator color
  • Update platform mixed color helper
  • Update Android PrimaryTextInput colors
  • Update Android RadioButton and RadioIcon colors
  • Update Android PhotoTakingButton colors
  • Make the color helpers to accept undefined values
  • Update Android PrimaryButton colors
  • Add Android ripple config to TouchablePlatform

0.0.2-alpha

27 Aug 15:01
Compare
Choose a tag to compare
0.0.2-alpha Pre-release
Pre-release
  • Change colors and sizes of PrimaryButton
  • Change colors and sizes of PrimaryTextInput
  • Change colors and sizes of RadioIcon and RadioButton
  • Change EmptyView styles
  • Change LoadingComponent style
  • Change PhotoTakingButton style
  • Change TryAgain style
  • Update storybook stories styles and components
  • Change DatePickerOverlay and add it in navigation and storybook