
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
@brandingbrand/flagship
Advanced tools
brew install watchmanyarn global add react-native-clibrew install cocoapodsLaunch screens and icons can be configured through the project's
env/env.[env_name].js file using the appIconDir and launchScreen keys:
module.exports = {
....
"appIconDir": {
"ios": "src/assets/appIcon/ios",
"android": "src/assets/appIcon/android"
},
"launchScreen": {
"ios": {
"images": "src/assets/launchScreen/ios/Images.xcassets",
"xib": "src/assets/launchScreen/ios/LaunchScreen.xib"
},
"android": "src/assets/launchScreen/android"
}
}
Upon running flagship init the specified files will be copied to the native
code and override the default icon and launch screen.
Files under src/assets/appIcon/ios
Contents.json
icon120x120.png // 120āĆā120
icon180x180.png // 180āĆā180
icon40x40.png // 40āĆā40
icon58x58.png // 58āĆā58
icon60x60.png // 60āĆā60
icon80x80.png // 80āĆā80
icon87x87.png // 87āĆā87
Files under src/assets/appIcon/android
mipmap-hdpi
āāā ic_launcher.png // 72āĆā72
mipmap-mdpi
āāā ic_launcher.png // 48āĆā48
mipmap-xhdpi
āāā ic_launcher.png // 96āĆā96
mipmap-xxhdpi
āāā ic_launcher.png // 144āĆā144
src/assets/launchScreen/ios/Images.xcassets should be an asset catalog of any
resources used in the launch screen xib file.
src/assets/launchScreen/ios/LaunchScreen.xib should be a launch screen xib
file.
Files under src/assets/launchScreen/android
drawable-hdpi
āāā screen.png // 480āĆā800
drawable-mdpi
āāā screen.png // 320āĆā480
drawable-xhdpi
āāā screen.png // 720āĆā1280
drawable-xxhdpi
āāā screen.png // 960āĆā1600
FAQs
## Environment Requirements
We found that @brandingbrand/flagship demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 92 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.