Closed Jonatthu closed 4 years ago
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); // }
It is a work in progress for better ui but with this lib it is really cool to build this... 🗡️
Nice one, thank you very much :)