Skip to content

Commit e0595db

Browse files
author
serj
committed
test app - new react changes
1 parent a559479 commit e0595db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/app/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040

4141
type Props = {};
4242
export default class App extends Component<Props> {
43-
componentWillMount() {
43+
constructor(props) {
44+
super(props);
45+
4446
var baseUrl = "";
4547
var gdprUrl = "";
4648
if (Platform.OS === "android") {

0 commit comments

Comments
 (0)