Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native 0.64.0 不能正常使用 #446

Open
BadtzMaru opened this issue Apr 6, 2021 · 14 comments
Open

react-native 0.64.0 不能正常使用 #446

BadtzMaru opened this issue Apr 6, 2021 · 14 comments

Comments

@BadtzMaru
Copy link

react-native 0.64.0 不能正常使用

@chenyunshan
Copy link

react-native 0.64.0 不能正常使用

@huangx1024
Copy link

same here

@basicButtons
Copy link

Have a look at #444 please

@LZHD
Copy link

LZHD commented Apr 27, 2021

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

@huangx1024
Copy link

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

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

@kobeyk
Copy link

kobeyk commented May 9, 2021

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

这个也不行啊

@basicButtons
Copy link

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

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

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

@basicButtons
Copy link

basicButtons commented May 9, 2021 via email

@LZHD
Copy link

LZHD commented May 9, 2021

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

@kobeyk
Copy link

kobeyk commented May 10, 2021

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

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

@LZHD
Copy link

LZHD commented May 10, 2021

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

@kobeyk
Copy link

kobeyk commented May 11, 2021

@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

@LZHD
Copy link

LZHD commented May 11, 2021

@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 不需要每个页面都写,在顶层写一遍就可以了。

@kobeyk
Copy link

kobeyk commented May 12, 2021

@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 不需要每个页面都写,在顶层写一遍就可以了。

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

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

No branches or pull requests

6 participants