react-native-boilerplate icon indicating copy to clipboard operation
react-native-boilerplate copied to clipboard

Future features

Open Angelk90 opened this issue 4 years ago • 7 comments

Hi @victorkvarghese ,

congratulations for the project, it would be possible to implement the following features:

  • [ ] i18n
  • [x] Typescript
  • [x] Axios
  • [ ] Check darkMode (the first time the app is started, it takes the value of the device if the device uses darkmode is set if it does not use it no, then this state is saved, if the user through the switch decides to change this value, then set the new value is not taken into consideration if the device is in dark mode or not)
  • [ ] Example login page using SafeAreaView
  • [ ] Manage the different endpoints for dev, staging, production
  • [x] In the structure add a part relating to the Assets
  • [x] Manage themes, for example if the device uses dark mode use the dark theme
  • [x] Examples of screens using react native paper, I have seen that it is used in the rn-coffee project
  • [ ] Obfuscate code
  • [ ] react-native-animated-tabbar
  • [ ] react-native-app-tour
  • [ ] Use of Pinned ShortCuts

Angelk90 avatar Feb 26 '20 08:02 Angelk90

@Angelk90 Added react-native paper support with theming.

Will try to add more features. (Im not getting enough time to work on this)

victorkvarghese avatar Apr 06 '20 12:04 victorkvarghese

Added more features

  • RN 0.63.0
  • Migrated to Typescript
  • Upgraded to Axios from Fetch

victorkvarghese avatar Jul 12 '20 15:07 victorkvarghese

Hi @victorkvarghese ,

congratulations for the project, it would be good if you implement web build support as well

RoshanRoyal avatar Aug 03 '20 17:08 RoshanRoyal

@RoshanRoyal sorry i will not be working on web build support.

Please find more details here

  • https://github.com/necolas/react-native-web
  • https://www.digitalocean.com/community/tutorials/build-mobile-friendly-web-apps-with-react-native-web

victorkvarghese avatar Sep 13 '20 10:09 victorkvarghese

use redux-toolkit instead of split action & reducers, too hard to manage and coding.

cuongdevjs avatar Oct 23 '20 04:10 cuongdevjs

@victorkvarghese: Is there any news?

Angelk90 avatar Dec 30 '21 14:12 Angelk90