GithubHelp home page GithubHelp logo

Comments (14)

LZHD avatar LZHD commented on June 14, 2024 1

@kobeyk 我这边是用RN0.64 + teaset-pro 0.8.4 在 Android 上做的测试, Toast 是正常的,你是用 Android 还是 iOS 测试的?方便的话可以提供一个最小 demo 吗?

你仓库的example运行是正常的,我这边也是0.64+,android上测试的,我初始化了一个项目引入了teaset-pro0.8.4,上传到gitee了,你有时间可以跑下,看下是不是哪里没有用对,地址是:https://gitee.com/appleyk/teaset-sample

<TopView>
  <View style={{padding: 5}}>
    <Button
      title="Toast Test"
      onPress={() => Toast.message('Test', 5000, 'center')}
    />
    <Button
      title="Toast Test"
      onPress={() => Toast.message('测试测试测试')}
    />
  </View>
</TopView>

如果你不用 BasePage 或者 NavigationPage 这两个基类的话,需要在最外面套一层 TopView 不需要每个页面都写,在顶层写一遍就可以了。

from teaset.

chenyunshan avatar chenyunshan commented on June 14, 2024

react-native 0.64.0 不能正常使用

from teaset.

huangx1024 avatar huangx1024 commented on June 14, 2024

same here

from teaset.

basicButtons avatar basicButtons commented on June 14, 2024

Have a look at #444 please

from teaset.

LZHD avatar LZHD commented on June 14, 2024

@BadtzMaru @chenyunshan @huangx1024 @basicButtons
teaset-pro 先拿这个顶一顶。

from teaset.

huangx1024 avatar huangx1024 commented on June 14, 2024

@BadtzMaru @chenyunshan @huangx1024 @basicButtons
teaset-pro 先拿这个顶一顶。

问一下,teaset后续已经切到teaset-pro了吗?

from teaset.

kobeyk avatar kobeyk commented on June 14, 2024

@BadtzMaru @chenyunshan @huangx1024 @basicButtons
teaset-pro 先拿这个顶一顶。

这个也不行啊

from teaset.

basicButtons avatar basicButtons commented on June 14, 2024

我来回复一下哈,下面这个方法可以解决了,大家看下这个解决方法,暂时顶一下。

文件
components/ListRow/TouchableOpacity.js
修改
import Easing from 'react-native/Libraries/Animated/src/Easing';

import Easing from 'react-native/Libraries/Animated/Easing';

from teaset.

basicButtons avatar basicButtons commented on June 14, 2024

from teaset.

LZHD avatar LZHD commented on June 14, 2024

@kobeyk demo(example) 跑起来有什么问题吗?

from teaset.

kobeyk avatar kobeyk commented on June 14, 2024

@kobeyk demo(example) 跑起来有什么问题吗?

不报错,使用Toast,没出来效果

from teaset.

LZHD avatar LZHD commented on June 14, 2024

@kobeyk 我这边是用RN0.64 + teaset-pro 0.8.4 在 Android 上做的测试, Toast 是正常的,你是用 Android 还是 iOS 测试的?方便的话可以提供一个最小 demo 吗?

from teaset.

kobeyk avatar kobeyk commented on June 14, 2024

@kobeyk 我这边是用RN0.64 + teaset-pro 0.8.4 在 Android 上做的测试, Toast 是正常的,你是用 Android 还是 iOS 测试的?方便的话可以提供一个最小 demo 吗?

你仓库的example运行是正常的,我这边也是0.64+,android上测试的,我初始化了一个项目引入了teaset-pro0.8.4,上传到gitee了,你有时间可以跑下,看下是不是哪里没有用对,地址是:https://gitee.com/appleyk/teaset-sample

from teaset.

kobeyk avatar kobeyk commented on June 14, 2024

@kobeyk 我这边是用RN0.64 + teaset-pro 0.8.4 在 Android 上做的测试, Toast 是正常的,你是用 Android 还是 iOS 测试的?方便的话可以提供一个最小 demo 吗?

你仓库的example运行是正常的,我这边也是0.64+,android上测试的,我初始化了一个项目引入了teaset-pro0.8.4,上传到gitee了,你有时间可以跑下,看下是不是哪里没有用对,地址是:https://gitee.com/appleyk/teaset-sample

<TopView>
  <View style={{padding: 5}}>
    <Button
      title="Toast Test"
      onPress={() => Toast.message('Test', 5000, 'center')}
    />
    <Button
      title="Toast Test"
      onPress={() => Toast.message('测试测试测试')}
    />
  </View>
</TopView>

如果你不用 BasePage 或者 NavigationPage 这两个基类的话,需要在最外面套一层 TopView 不需要每个页面都写,在顶层写一遍就可以了。

好的,明白了,非常感谢!

from teaset.

Related Issues (20)

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.