/expo_ant_mobile_rt

POC EXPO with Ant Design R

Primary LanguageTypeScript

POC Expo with ant mobile RN

DEMO: https://dexter-lab-02.web.app/

Demo A

Steps to review this repo

  • run . ./scripts/web.server

Steps to install in fresh expo project

  • run . ./scripts/bootstrap_v2.sh or . ./scripts/bootstrap.sh

  • update the file: babel.config.js

module.exports = function(api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo','module:metro-react-native-babel-preset'],
    plugins: [
      ['import', {libraryName: '@ant-design/react-native'}],
    ],
  };
};

References

2020 React Native usa componentes Ant Design Mobile RN

autolinking