Skip to content

Commit 23f6fe6

Browse files
author
Sabbir Ahmed
authored
Merge pull request #725 from saadh393/develop
Added React Native
2 parents 265f702 + 5420c32 commit 23f6fe6

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

data/react-native.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"id": "react-native",
3+
"title": "রিঅ্যাক্ট নেটিভ",
4+
"slug": "react-native",
5+
"description": "মাত্র জাভাস্ক্রিপ্ট ব্যবহার করে নিমিশেই এন্ড্রয়েড এবং আইওএস এপ বানিয়ে ফেলার যুগান্তকারী টেকনোলোজি হচ্ছে রিয়েক্ট নেটিভ",
6+
"colorPref": "#0288d1",
7+
"contents": [{
8+
"title": "রিঅ্যাক্ট নেটিভ ইন্সটল করা",
9+
"items": [{
10+
"definition": "Expo ব্যবহার করে ইন্সটল করা",
11+
"code": "npx create-expo-app <project-name>"
12+
},
13+
{
14+
"definition": "Native CLI ব্যবহার করে ইন্সটল করা",
15+
"code": "npx react-native init <project-name>"
16+
}
17+
]
18+
},
19+
{
20+
"title": "বর্ডার সেট করা",
21+
"items": [{
22+
"definition": "নিচে ১ পিক্সেল পরিমান বর্ডার দেয়া",
23+
"code": "borderBottomWidth : 1"
24+
},{
25+
"definition": "বাম পাশে ১ পিক্সেল পরিমান বর্ডার দেয়া",
26+
"code": "borderLeftWidth : 1"
27+
},{
28+
"definition": "ডান পাশে ১ পিক্সেল পরিমান বর্ডার দেয়া",
29+
"code": "borderRightWidth : 1"
30+
},{
31+
"definition": "উপরে ১ পিক্সেল পরিমান বর্ডার দেয়া",
32+
"code": "borderTopWidth : 1"
33+
},{
34+
"definition": "যখন ভিউ lts থেকে শুর হয় তখন ডান পাশের বডার ",
35+
"code": "borderEndWidth : 1"
36+
},{
37+
"definition": "যখন ভিউ lts থেকে শুর হয় তখন বাম পাশের বডার",
38+
"code": "borderStartWidth : 1"
39+
},{
40+
"definition": "বর্ডারের পুরুত্ব এর পরিমান",
41+
"code": "borderWidth : 1"
42+
}
43+
]
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)