- curl
- jp2a
- neofetch
- zsh
neofetch --source =(jp2a <(curl $image))You can do image= or just replace $image with the link to your jpg.
| private static String[] months = { | |
| "January", | |
| "February", | |
| "March", | |
| "April", | |
| "May", | |
| "June", | |
| "July", | |
| "August", | |
| "September", |
npx @react-native-community/bob create name-of-module
Go into the generated native module folder, edit the name-of-module.podspec file. Add s.dependency "PodDependencyHere" for each dependency right before the end
Modular headers (not sure if this is required): go to example/ios and edit Podfile, and do use_modular_headers! or :modular_headers => true for a dependency
Go to Podfile in the main project, add pod 'name-of-module', :path => '/path/to/native/module/where/the/podspec/is'