react-native-template-strong

Quick, opinionated, documented and strong beginning for your next project. Template made with react-native-navigation, TypeScript and Redux.

MIT License

Downloads
115
Stars
116
Committers
4
react-native-template-strong - 0.16.0-alpha

Published by svbutko about 3 years ago

react-native-template-strong - 0.15.0-alpha

Published by svbutko about 3 years ago

BE CAREFUL WHEN UPDATING
This release includes Gradle update which requires Java 11, read more

  • Update README with React Native version
  • Add internals, colors and configs documentation (#28)
  • Update Gradle, swiperefreshlayout and build:grade versions (#30)
  • Add updates, release, utils documentation, update dependencies (#32)
react-native-template-strong - 0.14.0-alpha

Published by svbutko about 3 years ago

  • Update dependencies
  • Remove codegen from dependencies
  • Update React Native to 0.66.0 (#27)
  • Update eslint-config-react-strong
  • Bump kotlin version
  • Add documentation for several pages (#26)
  • Add empty fonts folder
  • Add UI mode changes to splash activity
  • Remove unused imports from MainApplication
  • Add status bar color to Android splash screens
react-native-template-strong - 0.13.0-alpha

Published by svbutko about 3 years ago

  • Update README
  • Put AppEnvironment as separate enum outside rn-config (#23)
  • Fix onboarding ts error and little refactor (#20)
  • Add separated windows and nix executable scripts
  • Update dependencies
  • Add iOS and Android app icons
  • Add iOS and Android splash screens
react-native-template-strong - 0.12.0-alpha

Published by svbutko about 3 years ago

  • Add message into action sheet alert stories
  • Update issue templates
  • Create SECURITY.md
  • Add documentation website
  • Update README
  • Update dependencies
  • Add boilerplate README
react-native-template-strong - 0.11.0-alpha

Published by svbutko about 3 years ago

  • Add status bar color, set accent color on Android
  • Update dependencies
  • Add alert and dialogs stories into Storybook
  • Add intl polyfill since Hermes on iOS doesn't support it yet
react-native-template-strong - 0.10.0-alpha

Published by svbutko about 3 years ago

  • Change native Android colors, replace material theme to app compat
react-native-template-strong - 0.9.1-alpha

Published by svbutko about 3 years ago

  • Fix incorrect onboarding visibility logic
react-native-template-strong - 0.9.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.8.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.7.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.6.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.5.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.4.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.3.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.2.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.1.0-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.0.2-alpha

Published by svbutko about 3 years ago

  • 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
react-native-template-strong - 0.0.1-alpha

Published by svbutko about 3 years ago

Initial alpha release.
This release contains bugs and non-finished features, components and made for public testing.

Package Rankings
Top 26.97% on Npmjs.org
Badges
Extracted from project README
npm-version npm-downloads GitHub Followers Twitter Follow
Related Projects