Skip to content

Conversation

@Jonatthu
Copy link
Contributor

image

@Jonatthu
Copy link
Contributor Author

For unblock yourself declare on the App.tsx

import { AppCore } from '@app/core';
import React from 'react';

import './PlatformImports';
import { Platform } from 'react-native';

// Temporal fix for datepicker
if (Platform.OS === 'ios') {
window.addEventListener = function (a, b) {};
window.removeEventListener = function (a, b) {};
}

export default function App() {
return ;
}

// import Storybook from './storybook/index';
// export default Storybook;

// if (Platform.OS !== 'web') {
// NativeModules.DevSettings.setIsDebuggingRemotely(true);
// }

@Jonatthu
Copy link
Contributor Author

image

It is a work in progress for better ui but with this lib it is really cool to build this... 🗡️

@Jonatthu
Copy link
Contributor Author

image

@tresko tresko merged commit 3145fc2 into t0gre:master Jun 30, 2020
@tresko
Copy link
Collaborator

tresko commented Jun 30, 2020

Nice one, thank you very much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants