Skip to content

Commit b2f2d81

Browse files
authored
Update MobileAppDevelopment.md
1 parent 07cd651 commit b2f2d81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MobileAppDevelopment.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@
3131
- [How to do this in flutter](https://howtodothisinflutter.com/): This site provide cheat sheets for flutter and dart.
3232
- [Free flutter resources](https://github.com/londonappbrewery/Flutter-Course-Resources): Demo apps to get you started.
3333
- [Bloc pattern](https://www.raywenderlich.com/4074597-getting-started-with-the-bloc-pattern): Flutter architectural pattern used to make the code scalable.This is a state management handling practice.
34-
- [Factory method](https://medium.com/flutter-community/flutter-design-patterns-10-factory-method-c53ad11d863f): Factory method design pattern is a good practice to instantiate the class based on the parameters.
34+
- [Factory method](https://medium.com/flutter-community/flutter-design-patterns-10-factory-method-c53ad11d863f): Factory method design pattern is a good practice to instantiate the class based on the parameters.
35+
- [React-Native](https://reactnative.dev/): React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces.
36+
- [Expo](https://expo.dev/): Uses React-Native for build one JavaScript/TypeScript project that runs natively on all your users' devices.

0 commit comments

Comments
 (0)