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
| vi /etc/environment | |
| add these lines... | |
| LANG=en_US.utf-8 | |
| LC_ALL=en_US.utf-8 |
<Table responsive bordered>
<thead style={{ textAlign: 'center' }}>
<tr>
<th>Rank</th>
<th>Name</th>
<th>Region</th>
<th>Sales</th>
<th>Achievement</th>
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
| Proxifier for Mac V2.19 Key | |
| P427L-9Y552-5433E-8DSR3-58Z68 | |
| name: any |
module.exports = {
extends: "airbnb",
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module',
"ecmaFeatures": {
"jsx": true
}
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
| https://codedaily.io/tutorials/22/The-Shapes-of-React-Native?fbclid=IwAR0kNj4IC3DWpUgpGmTBnfQhve37sIy67wfbu_qM5SUIg-ORaFcE-_u_I90 |
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
| import React from 'react' | |
| import axios, { post } from 'axios'; | |
| class SimpleReactFileUpload extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| this.state ={ | |
| file:null | |
| } |
Nếu chỉ cần permission public_profile và email thì ko cần xin quyền từ facebook, còn khi muốn get pages hoặc 1 số cái khác thì phải xin quyền từ fb. link xin quyền và hướng dẫn xin quyền có trong link dưới. Nó yêu cầu cả icon và 1 số thông tin liên quan đến app, nên cần chuẩn bị trước.
link docs các permissions: https://developers.facebook.com/docs/facebook-login/permissions/#reference-manage_pages
link xin quyền:
https://developers.facebook.com/docs/apps/review#app-review