Browse Source

Le añadi el parametro de U_token cuando va para search

gilberto.cancel 3 years ago
parent
commit
561fa7bdec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      screens/main/Home_page.js

+ 1
- 1
screens/main/Home_page.js View File

193
             />
193
             />
194
         <Button
194
         <Button
195
           title ='Hacer Busqueda'
195
           title ='Hacer Busqueda'
196
-          onPress= {() => navigation.navigate('Search')}
196
+          onPress= {() => navigation.navigate('Search', {U_Token: expoPushToken})}
197
         />
197
         />
198
         <Button
198
         <Button
199
           title ='Logout'
199
           title ='Logout'