Skip to content

Commit 5603f9a

Browse files
committed
replacing assets to no background
1 parent 833709e commit 5603f9a

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

β€Ždemo/assets/RNC.pngβ€Ž

-71.1 KB
Binary file not shown.

β€ŽdocsRNC/static/img/logo.pngβ€Ž

29 Bytes
Loading
-3.69 KB
Binary file not shown.

β€Žexample/src/img/logo.pngβ€Ž

2.14 KB
Loading

β€Žexample/src/screens/menu.tsxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import React, {Component} from 'react';
22
import {Platform, StyleSheet, View, ScrollView, TouchableOpacity, Text, Image} from 'react-native';
33
import {Navigation} from 'react-native-navigation';
44
import testIDs from '../testIDs';
5-
import appIcon from '../img/app-icon-120x120.png';
5+
6+
const appIcon = require('../img/logo.png');
67

78
interface Props {
89
componentId?: string;

0 commit comments

Comments
Β (0)