import { btoa, atob } from 'react-native-quick-base64'; const base64 = btoa('foo'); const decoded = atob(base64); ...
確定! 回上一頁