TLDR
 This series intends to show how I build an app to serve content from my WordPress blog by using react-native. We are going to learn how to bookmark the articles so that we can easily access them in our Bookmark screen later. In this chapter, we learned how to implement the UI and functionality of the bookmark button using the React Native App Templates from instamobile. Using it, we implemented the function to save method with the help of the saveBookMark function. Using that function, we can save the post id of the bookmarked post to the AsyncStorage module. If the post does not exist in the bookmark, then we can add the bookmark and prevent duplicate bookmarks.via the TL;DR App
no story