From 2bda72902fabd1f89f9a8fb086cd9231762b9541 Mon Sep 17 00:00:00 2001 From: simbathesailor Date: Tue, 1 Dec 2020 14:59:26 +0530 Subject: [PATCH] push the code --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a5752..5d0612f 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,13 @@ A unique background color will be given to each title text. It helps us in recog ## Electron example -As it is a babel plugin so can be used , anywhere where react is used and babel is used for code transformation. + +As this lbrary is just javascript and react. It can be used whereever +Reactjs exists. + +I have included the setup for elctron app with a repo example. + +Todos: Need to add an example for react-native, which is work in progress. I will update it in a couple of days.