-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1f9454
commit d593400
Showing
13 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import {ImageRequireSource} from 'react-native' | ||
|
||
export const DEF_AVATAR: ImageRequireSource = require('../../assets/default-avatar.jpg') | ||
export const TABS_EXPLAINER: ImageRequireSource = require('../../assets/tabs-explainer.jpg') | ||
export const CLOUD_SPLASH: ImageRequireSource = require('../../assets/cloud-splash.png') | ||
export const DEF_AVATAR: ImageRequireSource = require('../../assets/default-avatar.png') | ||
export const CLOUD_SPLASH: ImageRequireSource = require('../../assets/splash.png') |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
import {ImageRequireSource} from 'react-native' | ||
|
||
// @ts-ignore we need to pretend -prf | ||
export const DEF_AVATAR: ImageRequireSource = {uri: '/img/default-avatar.jpg'} | ||
export const DEF_AVATAR: ImageRequireSource = {uri: '/img/default-avatar.png'} | ||
// @ts-ignore we need to pretend -prf | ||
export const TABS_EXPLAINER: ImageRequireSource = { | ||
uri: '/img/tabs-explainer.jpg', | ||
} | ||
// @ts-ignore we need to pretend -prf | ||
export const CLOUD_SPLASH: ImageRequireSource = {uri: '/img/cloud-splash.png'} | ||
export const CLOUD_SPLASH: ImageRequireSource = {uri: '/img/splash.png'} |
d593400
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add the SVG format or share where to find it? Thanks
d593400
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here it is https://github.com/OzzyCzech/bluesky-icon - the unofficial Bluesky icon has just been updated to the latest design
d593400
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it! Especially how close it is in spirit to the unofficial ideas that got passed around months ago. Looking forward to updating the logos in my apps and sites.