This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Generate ssh key: ssh-keygen -t rsa -C "[email protected]" | |
2. Go to ssh folder: cd ~/.ssh/ | |
3. Copy content of id_rsa.pub file | |
4. Go to bitbucket setting by going to your profile > select Bitbucket settings. Then select SSH keys and add new one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creator Asim Karel | |
* https://github.com/AsimKarel | |
* | |
*/ | |
import React from 'react'; | |
import { | |
FlatList, | |
Button, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creator Asim Karel | |
* https://github.com/AsimKarel | |
* | |
*/ | |
import React from 'react'; | |
import { | |
FlatList, | |
Button, |