Skip to content

23/11/2023

Build lại app tích hợp flipper
nghiên cứu chức năng mới (camera , karaoke UI).

Agenda

info
fix flipper
use_flipper!()

// @ts-ignore
const store = configureStore({
reducer: persistedReducer,
middleware: getDefaultMiddleware => {
const middlewares = getDefaultMiddleware({
serializableCheck: {
ignoredActions: [FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER],
},
}).concat(sagaMiddleware)

const createDebugger = require('redux-flipper').default
middlewares.push(createDebugger())

return middlewares
},
})
→ install redux debugger

build android:
FLIPPER_VERSION=0.125.0
Đánh giá chức năng
There are no rows in this table
View 2 of Đánh giá chức năng
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.