Error: [reanimated] valueunpacker is not a worklet, createDrawerNavigator react native

Hòa Nguyễn Coder

Published in Web Developer · Đã đăng vào tháng 11 5, 2023 7:45 PM

Nếu bạn nào có sử dụng hình ảnh Animate , mà có sử dụng plugin này react-native-reanimated/plugin . Mà gặp lỗi như sau :

[reanimated] valueunpacker is not a worklet, createDrawerNavigator react native

Thì add plugin vào file babel.config.js . Trong project React Native của minh


module.exports = {
 .....
  plugins: ['react-native-reanimated/plugin']
};

Sau khi add xong, bạn thử chạy lại lệnh run project của mình


npx react-native run-android 
//or
npx react-native run-ios

Còn lệnh dưới đây là chạy lệnh xoá cache nếu bạn cần


react-native start --reset-cache

 

Nếu bạn thấy đem lại kiến thức bổ ích, hãy Click xem quảng cáo trên trang website của mình nhé! 🚀