Code Monkey home page Code Monkey logo

akan's People

Contributors

egashiraakihide avatar izumiru avatar

Watchers

 avatar  avatar

akan's Issues

fix: iconの設置

課題 / The problem

既存のiconが機能しておらず、正しく表示をさせたい。

解決方法

react-native-elementsの中にあるiconを使用する。Font Awesomeでもよかったが、特に困ったことはないので、今はこちらを使用する。
必要になればFont Awesomeを使用する。

参考URL / References

fix: HOME画面をakan用に仕上げる

改善詳細 / Details of Improvement

HOME画面が現在defaultのUIになっている。これをakan用に表示を変更させたい。

期待する見せ方・挙動 / Expected behavior

  • colorは全てakan仕様に。
  • dataは一旦そのまま。既存のimageを使用する。
  • iconなどは react-native-elements のiconを使用する。
  • footerはまだ触らない(ページが全て完成した時点で最後に変更する)。

react-nnative-navigationの設置

現在、app.tsxのコードが以下の状態となっている。

import React from "react";
import { Text } from "react-native";
import createAppContainer from "react-navigation"
import createBottomTabNavigator from "react-navigation";
import styles from "./assets/css/styles";
import HomeScreen from "./src/container/Home";
// import MatchesScreen from "./src/containers/Matches";
// import MessagesScreen from "./src/containers/Messages";
// import ProfileScreen from "./src/containers/Profile";
import Icon from "./src/components/Icon";

export default function App() {
  return (
    <HomeScreen />
  );
}

ここに、 react-native-navigation を追加して、画面遷移できるような実装を行いたい。

[WIP] HOMEの完成

画面のHOME部分を完成させる。

  • footerにnavを追加
  • デザインを反映
  • direcrtory構造の組み立て
  • swipe機能の正常化

などが課題に当たると思う。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.