1 00:00:02,270 --> 00:00:07,540 So this was a bunch of work which we spend here on this app, on this shop app. 2 00:00:07,550 --> 00:00:14,360 You learned a lot about how to build apps in general, how to handle user input, how to store data on 3 00:00:14,360 --> 00:00:21,140 servers and how to add authentication with users, scope data to your users, how to auto login and 4 00:00:21,200 --> 00:00:21,950 auto logout 5 00:00:21,950 --> 00:00:23,440 and so much more. 6 00:00:23,690 --> 00:00:30,620 Now you can always dive deeper, add authorization, add extra checks, use that refresh token and these are 7 00:00:30,620 --> 00:00:36,350 all great practices but with the things you learned in this and the previous modules, you should have 8 00:00:36,350 --> 00:00:40,950 a very solid set of skills together with what you learned earlier in the course 9 00:00:41,030 --> 00:00:46,460 to already build amazing native applications with React Native, with all these core features you need 10 00:00:46,460 --> 00:00:52,970 in so many applications. Now missing pieces which will be covered in the next modules of course are for 11 00:00:52,970 --> 00:00:58,730 example how you can tap into native device features, like using the camera or maps and we'll have a look 12 00:00:58,730 --> 00:00:59,710 at this there. 13 00:00:59,930 --> 00:01:01,280 So let's continue.