Langsung ke konten utama

Postingan

Unggulan

React Native Markdown Library

React Native Markdown React Native Markdown Package is a library for implementing markdown syntax in React Native. I knew this is not a perfect library, so your contribution, Pull Request, or anything else from you guys will be really appreciated. :) Getting started To install this library, you can easily run this command from your project folder. npm i react-native-markdown-package --save Usage What you need to do is  import  the  react-native-markdown-package  module and then use the   tag. How to use? Here we are, take a look at this simple implementation: /**  * Sample React Native App  *  https://github.com/facebook/react-native  * @flow   */ import   React ,   {   Component   }   from   ' react ' ; import   Markdown   from   ' react-native-markdown-package ' ; import   {    AppRegistry ,    StyleSheet ,    Text ,    View }   from   ' react-native ' ; const   text   =   ` # This is Heading 1 ## This i

Postingan Terbaru

Lab Acivity Mobile Computing - Thread & Sprite

Lab Activity 3 - High Level User Interface