Releases: thecodingmachine/react-native-boilerplate
Releases · thecodingmachine/react-native-boilerplate
v2.2.4
Compare
Sorry, something went wrong.
No results found
Improve theme
Example of component style with the theme. Keep your style files readable.
Also re define Metric sizes for better display
v2.2.3
Compare
Sorry, something went wrong.
No results found
upgrade dependencies :
react navigation (native) 5.8.9 => 5.9.0
redux-toolkit 1.4.0 => 1.5.0
i18next 19.8.2 => 19.8.4
react-i18next 11.7.3 => 11.8.5
react-redux 7.2.1 => 7.2.2
react-native 0.63.3 => 0.63.4
v2.2.2
Compare
Sorry, something went wrong.
No results found
Handle the cleanup effect on Application navigator to avoid the issue on last stacked screen (see #159 )
v2.2.1
Compare
Sorry, something went wrong.
No results found
update .npmignore file to publish only necessary files
v2.2.0
Compare
Sorry, something went wrong.
No results found
refactoring Theme using hook
allow dark theme
allow multi theming with override system
add some related documentation
See related PRs : #139 , #142
v2.1.4
Compare
Sorry, something went wrong.
No results found
implement a way to navigating without the navigation prop
upgrade redux-flipper version
use inline require for redux-flipper debugger to avoid production loading
See PR #136
v2.1.3
Compare
Sorry, something went wrong.
No results found
fix wrong margin and padding auto-generation on Gutter.js file (see #134 and #135 )
v2.1.2
Compare
Sorry, something went wrong.
No results found
fix wrong configuration of jest (see #129 )
adding missing Podfile.lock
upgrade dependencies version
removing documentation on npm build
using debugger in dev environment only
Full PR : #131
v2.1.1
Compare
Sorry, something went wrong.
No results found
Fix issue with dot files (especially .gitignore) which were not copied from the template (#127 )
RN CLI will automatically copy some _ files to . files
v2.1.0
Compare
Sorry, something went wrong.
No results found
Transform the Redux builder into a independent repository published in npm (#122 )
See :