Skip to content

Commit 9cb1dad

Browse files
committed
🔨 updated test project
1 parent 670a7dc commit 9cb1dad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+133
-131
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

TestApp/App.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from 'react';
2+
import {SafeAreaView, Text} from 'react-native';
3+
4+
const App = () => {
5+
return (
6+
<SafeAreaView>
7+
<Text>example</Text>
8+
</SafeAreaView>
9+
);
10+
};
11+
12+
export default App;
File renamed without changes.

example/android/app/_BUCK renamed to TestApp/android/app/_BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ android_library(
3535

3636
android_build_config(
3737
name = "build_config",
38-
package = "com.reactnativeuibuttons",
38+
package = "com.testapp",
3939
)
4040

4141
android_resource(
4242
name = "res",
43-
package = "com.reactnativeuibuttons",
43+
package = "com.testapp",
4444
res = "src/main/res",
4545
)
4646

0 commit comments

Comments
 (0)